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

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

[Emacs-bug-tracker] bug#6656: closed (24.0.50; Bugfix:gnus-summary-bookm


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6656: closed (24.0.50; Bugfix:gnus-summary-bookmark-make-record)
Date: Tue, 20 Jul 2010 03:22:02 +0000

Your message dated Tue, 20 Jul 2010 12:21:36 +0900
with message-id <address@hidden>
and subject line Re: bug#6656: 24.0.50; Bugfix:gnus-summary-bookmark-make-record
has caused the GNU bug report #6656,
regarding 24.0.50; Bugfix:gnus-summary-bookmark-make-record
to be marked as done.

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


-- 
6656: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6656
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Bugfix:gnus-summary-bookmark-make-record Date: Fri, 16 Jul 2010 22:25:55 +0200 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Hi,
just fix bug introduced in:

,----
|    commit c20fb917f2a9b0597dc4f9b96d692393802192bf
|    Commit: Katsumi Yamaoka <address@hidden>
|    CommitDate: Thu Jul 15 00:56:13 2010 +0000
| 
|       Make gnus-summary-bookmark-make-record work for Emacs 23 as well.
|       
|       2010-07-15  Katsumi Yamaoka  <address@hidden>
|        * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
|        Emacs 23 as well.
`----

(bookmark-make-record-default 'no-file 'no-context pos)==> good
(bookmark-make-record-default 'no-file 'no-context (point))==> bad

When pos is set to (point) value, it is in gnus-art buffer, if you use
(point) directly in bookmark-make-record-default, you use the value of
point in the gnus-sum buffer, what is wrong.


-- 
Thierry Volpiatto
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 

Attachment: patch-r109443
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#6656: 24.0.50; Bugfix:gnus-summary-bookmark-make-record Date: Tue, 20 Jul 2010 12:21:36 +0900 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Thierry Volpiatto wrote:
> Hi,
> just fix bug introduced in:

> ,----
>|    commit c20fb917f2a9b0597dc4f9b96d692393802192bf
>|    Commit: Katsumi Yamaoka <address@hidden>
>|    CommitDate: Thu Jul 15 00:56:13 2010 +0000
>|
>|       Make gnus-summary-bookmark-make-record work for Emacs 23 as well.
>|
>|       2010-07-15  Katsumi Yamaoka  <address@hidden>
>|        * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
>|        Emacs 23 as well.
> `----

> (bookmark-make-record-default 'no-file 'no-context pos)==> good
> (bookmark-make-record-default 'no-file 'no-context (point))==> bad

> When pos is set to (point) value, it is in gnus-art buffer, if you use
> (point) directly in bookmark-make-record-default, you use the value of
> point in the gnus-sum buffer, what is wrong.

Fixed.  Sorry for my mistake.


--- End Message ---

reply via email to

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