GNU bug report logs - #5648
some rmail doc strings

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Thu, 25 Feb 2010 13:23:01 UTC

Severity: minor

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo <sdl.web <at> gmail.com>
Subject: bug#5648: closed (Re: bug#5648: 23.1.92; error in rmail doc strings)
Date: Thu, 10 Mar 2011 03:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#5648: some rmail doc strings

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 5648 <at> debbugs.gnu.org.

-- 
5648: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5648
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 5648-done <at> debbugs.gnu.org
Subject: Re: bug#5648: 23.1.92; error in rmail doc strings
Date: Wed, 09 Mar 2011 22:43:18 -0500
Version: 24.1

Thanks.

[Message part 3 (message/rfc822, inline)]
From: Leo <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1.92; 
Date: Thu, 25 Feb 2010 13:22:03 +0000
I suppose the doc strings for the following two functions should be
swapped.

(defun rmail-msgend (n)
  "Return the start position for message number N."
  (marker-position (aref rmail-message-vector (1+ n))))

(defun rmail-msgbeg (n)
  "Return the end position for message number N."
  (marker-position (aref rmail-message-vector n)))



In GNU Emacs 23.1.92.2 (x86_64-apple-darwin10.2.0, Carbon Version 1.6.0 AppKit 1038.25)
 of 2010-02-03 on Victoria.local
Windowing system distributor `Apple Inc.', version 10.6.2
configured using `configure  '--prefix=/usr/local/unix/emacs' '--with-mac''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t




This bug report was last modified 14 years and 76 days ago.

Previous Next


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