emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#5648: closed (some rmail doc strings)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5648: closed (some rmail doc strings)
Date: Thu, 10 Mar 2011 03:44:02 +0000

Your message dated Wed, 09 Mar 2011 22:43:18 -0500
with message-id <address@hidden>
and subject line Re: bug#5648: 23.1.92; error in rmail doc strings
has caused the GNU bug report #5648,
regarding some rmail doc strings
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
5648: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5648
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#5648: 23.1.92; error in rmail doc strings Date: Wed, 09 Mar 2011 22:43:18 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

Thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]