emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp icomplete.el


From: Stefan Monnier
Subject: [Emacs-commit] emacs/lisp icomplete.el
Date: Mon, 21 Mar 2005 14:19:16 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Stefan Monnier <address@hidden> 05/03/21 19:19:15

Modified files:
        lisp           : icomplete.el 

Log message:
        Don't forcibly turn on the mode upon load.
        (icomplete-mode): Use define-minor-mode.
        (icomplete-eoinput): Default to nil.
        (icomplete-minibuffer-setup): Remove autoload.
        (icomplete-tidy): Simplify.
        (icomplete-exhibit): Use buffer-undo-list to determine if we're still
        in the initial state or if the user has modified the field.
        Fix handling of icomplete-max-delay-chars.
        Remove code that handles the oddball case where
        minibuffer-completion-table is an integer.
        Wrap icomplete-completions in while-no-input in case building
        completions takes more time than expected.
        (icomplete-completions): Simplify.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/icomplete.el.diff?tr1=1.30&tr2=1.31&r1=text&r2=text





reply via email to

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