From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.devel Subject: Re: rename jit-lock-function jit-lock-from Date: Tue, 03 Aug 2010 16:16:36 +0200 Message-ID: <4C5824C4.2070005@online.de> References: <4C57EA79.5010006@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1280845115 26877 80.91.229.12 (3 Aug 2010 14:18:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2010 14:18:35 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 03 16:18:32 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OgIK6-0000BG-V2 for ged-emacs-devel@m.gmane.org; Tue, 03 Aug 2010 16:18:31 +0200 Original-Received: from localhost ([127.0.0.1]:55154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgIK4-0002EA-Uc for ged-emacs-devel@m.gmane.org; Tue, 03 Aug 2010 10:18:28 -0400 Original-Received: from [140.186.70.92] (port=43687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgIJj-00022T-DX for emacs-devel@gnu.org; Tue, 03 Aug 2010 10:18:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgIJe-0007tb-HE for emacs-devel@gnu.org; Tue, 03 Aug 2010 10:18:07 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:58783) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgIJe-0007tP-4C for emacs-devel@gnu.org; Tue, 03 Aug 2010 10:18:02 -0400 Original-Received: from [192.168.178.27] (p5DDB0918.dip0.t-ipconnect.de [93.219.9.24]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0LtDrP-1P5V521uP5-012GAY; Tue, 03 Aug 2010 16:18:00 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 In-Reply-To: X-Provags-ID: V02:K0:KHgDZNP/7yZ7F33iimihPCRj0O4n5S6ipPl83KyGD6f 1vHC4EpVLUBq6Op/j539haGjCNwJanaxRiQWcdwmw3K89F5T7e girakjQ6nC6KZIVhXEuy4W52cD43f8EcHkC94FLkP3StL1zPOO KJnv1Iw0WlUASzjMIXhmvQouRhwh2ieckhrxK9tviOOxhuZzZn MytHEErBtNmFDb5z/Ffs3DzZQFgBvWdyEcjs1ImTGQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:128192 Archived-At: Am 03.08.2010 15:52, schrieb Juanma Barranquero: > On Tue, Aug 3, 2010 at 12:07, Andreas Röhler wrote: > > >> A symbol having `function' in it's name is supposed to >> be a variable harbouring a function. >> > Unfortunately, there's no restriction for function names. On a fresh > emacs -Q I get these: > > Buffer-menu-revert-function > ange-ftp-completion-hook-function > ange-ftp-hook-function > auto-fill-function > backquote-list*-function > blink-cursor-timer-function > common-lisp-indent-function > compilation-next-error-function > completion-setup-function > describe-function > direct-print-region-function > direct-ps-print-region-function > disabled-command-function > elp-instrument-function > ethio-composition-function > fill-minibuffer-function > find-function > font-lock-after-change-function > font-lock-default-function > format-annotate-function > indirect-function > jit-lock-function > lao-composition-function > lisp-font-lock-syntactic-face-function > lisp-indent-function > macro-declaration-function > occur-revert-function > process-kill-buffer-query-function > sgml-html-meta-auto-coding-function > sgml-xml-auto-coding-function > symbol-function > syntax-ppss-after-change-function > tags-completion-at-point-function > tai-viet-composition-function > thai-composition-function > timer--function > timer-set-function > trace-function > vc-find-backend-function > > J > > Thanks for the check. Let me state nonetheless: a variable bearing "function" in its name part delivers useful information. A function calling themself function not IMHO, as its character as a function is visible already. Should not be a restriction, rather a recommendation. Andreas