From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: [DIFFS] Re: Connection to emacs CVS broken ? Date: Sun, 18 Mar 2007 09:30:35 +0100 Message-ID: <45FCF8AB.4070805@gmx.at> 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> <87y7lve4g3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060607090803090608050605" X-Trace: sea.gmane.org 1174206610 30288 80.91.229.12 (18 Mar 2007 08:30:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 08:30:10 +0000 (UTC) Cc: Juanma Barranquero , Glenn Morris , emacs-devel@gnu.org, "Kim F. Storm" To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 18 09:30:06 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 1HSqmD-0003vk-Jp for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 09:30:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSqnX-0002rX-Dz for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 03:31:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSqnU-0002qz-22 for emacs-devel@gnu.org; Sun, 18 Mar 2007 04:31:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSqnQ-0002qR-J8 for emacs-devel@gnu.org; Sun, 18 Mar 2007 04:31:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSqnQ-0002qO-EM for emacs-devel@gnu.org; Sun, 18 Mar 2007 03:31:20 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HSqm5-000704-49 for emacs-devel@gnu.org; Sun, 18 Mar 2007 04:29:57 -0400 Original-Received: (qmail invoked by alias); 18 Mar 2007 08:29:51 -0000 X-Provags-ID: V01U2FsdGVkX19g42Eaqh1gv4aXygcEan5IWiyoIs/aSQcVTBwu2c PXdH5Epa0NBz5m User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87y7lve4g3.fsf@stupidchicken.com> X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:68048 Archived-At: This is a multi-part message in MIME format. --------------060607090803090608050605 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit >>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. > > > Yes, it's definitely an incorrect change. That's why I didn't > re-commit it. storm@cua.dk (Kim F. Storm) writes: You probably want the attached one. --------------060607090803090608050605 Content-Type: text/plain; name="font-lock.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="font-lock.patch" *** font-lock.el Fri Feb 23 07:56:28 2007 --- font-lock.el Sun Mar 18 09:25:26 2007 *************** *** 2190,2196 **** "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" "ine-\\(condition\\|" ! "\\(?:derived\\|\\(?:global-\\)?minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. --- 2190,2196 ---- "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" "ine-\\(condition\\|" ! "\\(?:derived\\|\\(?:global\\(?:ized\\)?-\\)?minor\\|generic\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" ;; Variable declarations. --------------060607090803090608050605 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --------------060607090803090608050605--