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 03:11:43 +0100 Message-ID: <45FC9FDF.2010801@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> <87y7lve4g3.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 1174183931 18658 80.91.229.12 (18 Mar 2007 02:12:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 02:12:11 +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 03:12:03 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 1HSksL-0004ku-UP for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 03:12:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSkte-00087X-CA for ged-emacs-devel@m.gmane.org; Sat, 17 Mar 2007 21:13:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSktb-00087K-B7 for emacs-devel@gnu.org; Sat, 17 Mar 2007 22:13:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSktZ-00086w-VP for emacs-devel@gnu.org; Sat, 17 Mar 2007 22:13:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSktZ-00086t-Pp for emacs-devel@gnu.org; Sat, 17 Mar 2007 21:13:17 -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 1HSksG-0000J2-Fo; Sat, 17 Mar 2007 22:11:56 -0400 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:63219 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HSks9-0008Mk-5I; Sun, 18 Mar 2007 03:11:50 +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: <87y7lve4g3.fsf@stupidchicken.com> X-Antivirus: avast! (VPS 000724-1, 2007-03-16), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HSks9-0008Mk-5I. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HSks9-0008Mk-5I 4a20893e155790c03330f087de6ae2dd 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:68039 Archived-At: Chong Yidong wrote: > storm@cua.dk (Kim F. Storm) writes: > >> There's also a change to lisp-mode.el which looks a bit odd: >> ! "define-minor-mode" "define-global-minor-mode" >> --- 96,102 ---- >> ! "define-minor-mode" "define-globalized-minor-mode" >> >> >> 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: But what should the correct change be? Why is not define-globalized-minor-mode fontified correctly?