From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: [DIFFS] Re: Connection to emacs CVS broken ? Date: Sun, 18 Mar 2007 01:14:53 +0100 Message-ID: <45FC847D.6060400@gmail.com> References: <87k5xi45h5.fsf@stupidchicken.com> <17913.45372.941749.353301@kahikatea.snap.net.nz> <45F9C5E8.1010700@gnu.org> <87ps7am73r.fsf@catnip.gol.com> <17913.59348.720489.675967@kahikatea.snap.net.nz> <87y7lxde4n.fsf@stupidchicken.com> <87irczn5mo.fsf@stupidchicken.com> <87slc3ekfs.fsf@stupidchicken.com> NNTP-Posting-Host: lo.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 1174176921 3307 80.91.229.12 (18 Mar 2007 00:15:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 00:15:21 +0000 (UTC) Cc: Juanma Barranquero , Glenn Morris , Chong Yidong , emacs-devel@gnu.org To: "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 18 01:15:17 2007 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.50) id 1HSj3K-00076T-DC for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 01:15:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSj4c-00064l-6m for ged-emacs-devel@m.gmane.org; Sat, 17 Mar 2007 19:16:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSj4Z-00064g-Py for emacs-devel@gnu.org; Sat, 17 Mar 2007 20:16:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSj4Y-00064R-AW for emacs-devel@gnu.org; Sat, 17 Mar 2007 20:16:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSj4Y-00064O-7Y for emacs-devel@gnu.org; Sat, 17 Mar 2007 19:16:30 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HSj3F-0005iH-GP; Sat, 17 Mar 2007 20:15:09 -0400 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:63285 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HSj3D-0002Ad-3M; Sun, 18 Mar 2007 01:15:08 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 000724-1, 2007-03-16), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HSj3D-0002Ad-3M. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HSj3D-0002Ad-3M b1a16ff8b72561e606e406a3bf731e15 X-detected-kernel: Linux 2.6? (barebone, rare!) 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:68035 Archived-At: Kim F. Storm wrote: > There's also a change to lisp-mode.el which looks a bit odd: > > *** ../latest/lisp/emacs-lisp/lisp-mode.el 2007-03-15 23:55:05.000000000 +0100 > --- lisp/emacs-lisp/lisp-mode.el 2007-03-13 14:37:51.000000000 +0100 > *************** > *** 96,102 **** > (regexp-opt > '("defun" "defun*" "defsubst" "defmacro" > "defadvice" "define-skeleton" > ! "define-minor-mode" "define-global-minor-mode" > "define-globalized-minor-mode" > "define-derived-mode" "define-generic-mode" > "define-compiler-macro" "define-modify-macro" > --- 96,102 ---- > (regexp-opt > '("defun" "defun*" "defsubst" "defmacro" > "defadvice" "define-skeleton" > ! "define-minor-mode" "define-globalized-minor-mode" > "define-globalized-minor-mode" > "define-derived-mode" "define-generic-mode" > "define-compiler-macro" "define-modify-macro" > > > It looks plain wrong (it replaces define-global-minor-mode with > define-globalized-minor-mode which is already in the list) - so > I don't know what that change is supposed to fix. But there was > this recent bug-report which might be related: > >> From: "Lennart Borgman (gmail)" >> Subject: define-globalized-minor-mode is not fontified as a keyword >> To: emacs-pretest-bug@gnu.org >> Date: Mon, 12 Mar 2007 19:14:37 +0100 >> >> ... but define-global-minor-mode is in emacs-lisp-mode. >> >> >> In GNU Emacs 22.0.95.1 (i386-mingw-nt5.1.2600) >> of 2007-03-08 > > to which RMS responded: > >> From: Richard Stallman >> Subject: Re: define-globalized-minor-mode is not fontified as a keyword >> Date: Mon, 12 Mar 2007 22:44:49 -0400 >> >> Thanks. Maybe there is some misunderstanding. What I was complaining about was that the function name define-globalized-minor-mode does not get the font-lock-keyword-face. (I do not know how to change that.)