emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp simple.el


From: Juri Linkov
Subject: [Emacs-commit] emacs/lisp simple.el
Date: Fri, 16 Dec 2005 19:08:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         
Changes by:     Juri Linkov <address@hidden>    05/12/16 19:08:21

Modified files:
        lisp           : simple.el 

Log message:
        (choose-completion): Use `buffer-substring-no-properties'
        instead of `buffer-substring'.
        (completion-common-substring): Doc fix.
        (completion-setup-function): Use minibuffer-completion-contents
        instead of minibuffer-contents.  Don't set common-string-length
        initially.  Remove special handling of partial-completion-mode.
        Move computation of completion-base-size into one cond.  Call
        completion-base-size-function in mainbuf.  In computation of
        completion-base-size for file name completion don't move point to
        the end of the minibuffer.  Move computation of common-string-length
        into one cond.  Start putting faces only when common-string-length>=0.
        Add condition to put completions-common-part when 
common-string-length>0.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/simple.el.diff?tr1=1.779&tr2=1.780&r1=text&r2=text




reply via email to

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