GNU bug report logs - #2217
[PATCH] add-log.el (add-log-current-defun-header-regexp): Improve docstring

Previous Next

Package: emacs;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Fri, 6 Feb 2009 04:10:04 UTC

Severity: minor

Tags: patch

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Chong Yidong <cyd <at> stupidchicken.com>
Subject: bug#2217: marked as done ([PATCH] add-log.el (add-log-current-defun-header-regexp):
 Improve docstring)
Date: Mon, 06 Jul 2009 13:45:29 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 05 Jul 2009 00:54:21 -0400
with message-id <87skhbhgqq.fsf <at> stupidchicken.com>
and subject line Re: [PATCH] add-log.el (add-log-current-defun-header-regexp): Improve docstring
has caused the Emacs bug report #2217,
regarding [PATCH] add-log.el (add-log-current-defun-header-regexp): Improve docstring
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
2217: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2217
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jari Aalto <jari.aalto <at> cante.net>
To: Emacs bug BTS <submit <at> debbugs.gnu.org>
Subject: [PATCH] add-log.el (add-log-current-defun-header-regexp): Improve docstring
Date: Fri, 06 Feb 2009 06:02:24 +0200
Tags: patch

2009-02-06  Jari Aalto  <jari.aalto <at> cante.net>

       * add-log.el: Improve docstring by mentioning submatch 1.

From d936b3faf4372e5538bee950f2145870196e257c Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto <at> cante.net>
Date: Fri, 6 Feb 2009 06:01:53 +0200
Subject: [PATCH] lisp/add-log.el: (add-log-current-defun-header-regexp): Improve docstring

Signed-off-by: Jari Aalto <jari.aalto <at> cante.net>
---
 lisp/add-log.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/add-log.el b/lisp/add-log.el
index 00e3172..c43a548 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -1095,7 +1095,9 @@ Prefix arg means justify as well."
 
 (defcustom add-log-current-defun-header-regexp
   "^\\([[:upper:]][[:upper:]_ ]*[[:upper:]_]\\|[-_[:alpha:]]+\\)[ \t]*[:=]"
-  "Heuristic regexp used by `add-log-current-defun' for unknown major modes."
+  "Heuristic regexp used by `add-log-current-defun' for unknown major modes.
+The regular expression's submatch 1 is used for the text in '(parenthesis)'."
+text in '(parentheses)'."
   :type 'regexp
   :group 'change-log)
 
-- 
1.5.6.5



[Message part 3 (message/rfc822, inline)]
From: Chong Yidong <cyd <at> stupidchicken.com>
To: Jari Aalto <jari.aalto <at> cante.net>
Cc: 2217-done <at> debbugs.gnu.org
Subject: Re: [PATCH] add-log.el (add-log-current-defun-header-regexp): Improve docstring
Date: Sun, 05 Jul 2009 00:54:21 -0400
> * add-log.el: Improve docstring by mentioning submatch 1.

I checked in a slightly different fix.  Thanks for reporting the
problem.

This bug report was last modified 16 years and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.