emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/complete.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/complete.el
Date: Sat, 19 Nov 2005 07:07:58 -0500

Index: emacs/lisp/complete.el
diff -c emacs/lisp/complete.el:1.45 emacs/lisp/complete.el:1.46
*** emacs/lisp/complete.el:1.45 Sat Aug  6 22:13:42 2005
--- emacs/lisp/complete.el      Sat Nov 19 12:07:58 2005
***************
*** 203,209 ****
  Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
  specially in \\[find-file].  For example,
  \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
! See also the variable `PC-include-file-path'."
    :global t :group 'partial-completion
    ;; Deal with key bindings...
    (PC-bindings partial-completion-mode)
--- 203,216 ----
  Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
  specially in \\[find-file].  For example,
  \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
! See also the variable `PC-include-file-path'.
! 
! Partial Completion mode extends the meaning of `completion-auto-help' (which
! see) so that if it is neither nil nor t, Emacs will show the  *Completions*
! buffer only on the second attempt to complete.  I.e. if TAB finds nothing
! to complete, the first TAB will just say \"Next char not unique\" without
! bringing up the *Completions* buffer, and the second TAB will then bring up
! the *Completions* buffer."
    :global t :group 'partial-completion
    ;; Deal with key bindings...
    (PC-bindings partial-completion-mode)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]