jed-users mailing list

[2008 Date Index] [2008 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

More patches


Hi again,

diff -urNad 0.99.19~/doc/tm/rtl/mini.tm 0.99.19/doc/tm/rtl/mini.tm
--- 0.99.19~/doc/tm/rtl/mini.tm 2006-02-13 18:51:58.000000000 +0100
+++ 0.99.19/doc/tm/rtl/mini.tm  2007-06-09 23:07:39.141893086 +0200
@@ -101,9 +101,11 @@
 #v-
   reads a string from the user and then searches forward for it and if
   not found, it resumes the search from the beginning of the buffer.
-  Note: If the user aborts the function \var{mini_read} by pressing the
+
+\notes
+  If the user aborts the function \var{read_mini} by pressing the
   keyboard quit character (e.g., Ctrl-G), an error is signaled.  This
-  error can be caught by an \var{ERROR_BLOCK} and the appropriate action
+  error can be caught by a \var{try-catch} statement and the appropriate action
   taken. Also if the mini-buffer is already in use, this function should
   not be called.  The variable \var{MINIBUFFER_ACTIVE} may be checked to
   determine if this is the case or not.

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/fix-update-before-key-hook.dpatch

    The LASTKEY variable is not updated before the _jed_before_key_hooks
    hooks are called, so they see a wrong key sequencs.

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/fix-help.sl.dpatch

    * describe_bindings() doesn't take care of CASE_SEARCH with leads to the
      problem that "ESC [ A" and "ESC [ a" is replace by the same key
    * describe_bindings() gets confused by newlines in the key definiton,
      like in setkey(" \n", Key_KP_Enter)
    * describe_bindings(): A key definition that starts with @, SPACE or . must
      must be treated specialy

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/extend-manpage.dpatch

    This patch improves the manpage of jed.

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/extend-help.sl.dpatch

    * Improves expand_keystring() to return Alt- instead of ESC, if ALT_CHAR
      is non-zero, and print Space instead of the space character
    * Improves describe_bindings() to convert the key sequences with
      expand_keystring().

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/extend-jed_faq.dpatch

    A few more questions and answers about Jed.

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/fix-jed-doc-file.dpatch

    On the highway to SLang, we should replace Jed_Doc_Files by the SLang
    internal function [gs]et_doc_files. This patch puts code into
    jed_(append|insert)_doc_file() to update set_doc_files() obversely.

http://git.debian.org/?p=pkg-jed/jed.git;a=blob;hb=jo-0.99.19;f=debian/patches/remove_jed_library_path.dpatch

    In version 0.99.19-82 the require and provides functions where dropped
    from jed and the functions from slsh stepped in. They have a different
    argument list than the old jed functions and they do not care about jed
    library path. So it's time to kick the jed library path and replace it
    slang load path.
      This patch includes two SLang function [gs]et_jed_library_path() as
    wrapper around [gs]et_slang_load_path() to ease migratition.

Goodbye, Jörg.
-- 
Der Wunsch, klug zu erscheinen, verhindert oft, es zu werden.
    	    	    			      (Francois de la Rochefoucauld)

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2008 date index] [2008 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]