From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#5153: 23.1.50; define-global-minor-mode and a new fundamental buffer Date: Tue, 8 Dec 2009 03:34:25 -0500 Message-ID: <19230.3985.532127.299876@fencepost.gnu.org> References: Reply-To: Glenn Morris , 5153@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260263990 9328 80.91.229.12 (8 Dec 2009 09:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Dec 2009 09:19:50 +0000 (UTC) Cc: 5153@emacsbugs.donarmstrong.com To: Kenichi Handa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Dec 08 10:19:42 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NHwEN-0001pP-Hz for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Dec 2009 10:19:39 +0100 Original-Received: from localhost ([127.0.0.1]:35060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHwEN-0005cl-Aa for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Dec 2009 04:19:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHvjL-0004ty-WA for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2009 03:47:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHvjG-0004nC-IY for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2009 03:47:35 -0500 Original-Received: from [199.232.76.173] (port=36244 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHvjG-0004mk-1m for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2009 03:47:30 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:59846) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NHvjF-00042t-BF for bug-gnu-emacs@gnu.org; Tue, 08 Dec 2009 03:47:29 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB88lPlF021142; Tue, 8 Dec 2009 00:47:26 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id nB88e4BX020427; Tue, 8 Dec 2009 00:40:04 -0800 Resent-Date: Tue, 8 Dec 2009 00:40:04 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Tue, 08 Dec 2009 08:40:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 5153 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 5153-submit@emacsbugs.donarmstrong.com id=B5153.126026126819960 (code B ref 5153); Tue, 08 Dec 2009 08:40:04 +0000 Original-Received: (at 5153) by emacsbugs.donarmstrong.com; 8 Dec 2009 08:34:28 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB88YQAZ019957 for <5153@emacsbugs.donarmstrong.com>; Tue, 8 Dec 2009 00:34:28 -0800 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NHvWb-00081E-Ja; Tue, 08 Dec 2009 03:34:25 -0500 In-Reply-To: X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: h.mx~2$d3>purhX*TDa6+U!|~ZW[T[WN|O0@.I1@b!Md"0'dQbx{y5k List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:33404 Archived-At: Kenichi Handa wrote (on Tue, 8 Dec 2009 at 17:08 +0900): > > Yes, it's bug#4887: "globalized-minor-modes in new fundamental mode > > buffers". > > Ah, thank you for letting me know about it. I didn't notice it > because I just searched for the word "global-minor-mode". First of > all, I didn't notice that define-global-minor-mode has been renamed. > :-( > > Do you know the rationale of this name change? The docstring and > info still uses the word "global" instead of "globalized". I didn't bother to read the discussion: http://lists.gnu.org/archive/html/emacs-devel/2006-12/msg01298.html http://lists.gnu.org/archive/html/emacs-devel/2007-01/msg00841.html