emacs-devel
[Top][All Lists]
Advanced

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

Re: completion should not inherit read-only property


From: Kevin Rodgers
Subject: Re: completion should not inherit read-only property
Date: Thu, 14 Dec 2006 11:48:24 -0700
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

T. V. Raman wrote:
Somewhat surprized by the question "what is this command
`complete'" my emacs says:
complete is an interactive compiled Lisp function in `completion.el'.
> It is bound to  CONTROL RETURN ,  META SPACE .

Not in emacs -Q: completion.el is not dumped into the emacs executable,
nor are are any key sequences bound to its only autoloaded function
(dynamic-completion-mode).

(complete &optional ARG)

Fill out a completion of the word before point.
Point is left at end.  Consecutive calls rotate through all possibilities.
Prefix args ::
  control-u :: leave the point at the beginning of the completion rather
               than at the end.
  a number  :: rotate through the possible completions by that amount
  `-'       :: same as -1 (insert previous completion)
 {See the comments at the top of `completion.el' for more info.}

This function is advised.

Around-advice `emacspeak':
Say what you completed.

[back]

--
Kevin





reply via email to

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