From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: completion should not inherit read-only property Date: Thu, 14 Dec 2006 11:48:24 -0700 Organization: IHS Message-ID: References: <17784.21266.323656.308120@gargle.gargle.HOWL> <17791.28573.697728.187978@gargle.gargle.HOWL> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166122244 22977 80.91.229.10 (14 Dec 2006 18:50:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 18:50:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 14 19:50:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GuvfE-0004sp-Jy for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 19:50:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuvfE-0003l9-Hn for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 13:50:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Guvf0-0003jN-6X for emacs-devel@gnu.org; Thu, 14 Dec 2006 13:50:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Guvey-0003hH-Iv for emacs-devel@gnu.org; Thu, 14 Dec 2006 13:50:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Guvey-0003hE-Ea for emacs-devel@gnu.org; Thu, 14 Dec 2006 13:50:24 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Guvex-00068w-UU for emacs-devel@gnu.org; Thu, 14 Dec 2006 13:50:24 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Guvec-0005By-JV for emacs-devel@gnu.org; Thu, 14 Dec 2006 19:50:02 +0100 Original-Received: from 207.167.42.206 ([207.167.42.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 19:50:02 +0100 Original-Received: from ihs_4664 by 207.167.42.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 19:50:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.206 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: <17791.28573.697728.187978@gargle.gargle.HOWL> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63736 Archived-At: 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