GNU bug report logs -
#5550
23.1.92; bookmark stops relocating
Previous Next
Reported by: Leo <sdl.web <at> gmail.com>
Date: Tue, 9 Feb 2010 03:55:02 UTC
Severity: normal
Done: Karl Fogel <kfogel <at> red-bean.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5550 in the body.
You can then email your comments to 5550 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Tue, 09 Feb 2010 03:55:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo <sdl.web <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 09 Feb 2010 03:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
It seems this is the third bug report from me regarding bookmark. I
wonder what has happened to it.
Previously if I 'C-x r b' and choose a bookmark whose target no longer
exists, for example, a directory, I am offered to relocate the target.
Now emacs just opens a blank buffer. I recently upgraded to snow leopard
and so I ran into lots of such cases.
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
Major mode: Bookmark Menu
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Tue, 09 Feb 2010 07:55:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
precedent bug is fixed, just have to wait my patch is applied...
This one is fixed also:
now bookmark use instead of file-error==>bookmark-error-no-filename
So please, use `bookmark-error-no-filename' instead of `file-error' in all
functions of bookmark.el to handle errors.(typically in condition-case
statement).
Leo <sdl.web <at> gmail.com> writes:
> It seems this is the third bug report from me regarding bookmark. I
> wonder what has happened to it.
>
> Previously if I 'C-x r b' and choose a bookmark whose target no longer
> exists, for example, a directory, I am offered to relocate the target.
>
> Now emacs just opens a blank buffer. I recently upgraded to snow leopard
> and so I ran into lots of such cases.
>
>
> 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
>
> Major mode: Bookmark Menu
>
>
>
>
>
>
--
Thierry Volpiatto
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Tue, 09 Feb 2010 08:30:03 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Find here the patch that fix bug#5476 and bug#5550.
(patch sent to Stefan also)
Leo <sdl.web <at> gmail.com> writes:
> It seems this is the third bug report from me regarding bookmark. I
> wonder what has happened to it.
>
> Previously if I 'C-x r b' and choose a bookmark whose target no longer
> exists, for example, a directory, I am offered to relocate the target.
>
> Now emacs just opens a blank buffer. I recently upgraded to snow leopard
> and so I ran into lots of such cases.
>
>
> 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
>
> Major mode: Bookmark Menu
>
>
>
>
>
>
--
Thierry Volpiatto
[SingleInitial-patchToTip.patch (text/x-patch, attachment)]
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Tue, 09 Feb 2010 10:49:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
On 2010-02-09 08:09 +0000, Thierry Volpiatto wrote:
> - (list* "" `(buffer . ,buf) (bookmark-get-bookmark-record bmk)))))
> + `("" (buffer . ,buf) . ,(bookmark-get-bookmark-record bookmark)))))
Is bookmark a typo for bmk here?
Leo
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Tue, 09 Feb 2010 11:08:02 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Leo <sdl.web <at> gmail.com> writes:
> On 2010-02-09 08:09 +0000, Thierry Volpiatto wrote:
>> - (list* "" `(buffer . ,buf) (bookmark-get-bookmark-record bmk)))))
>> + `("" (buffer . ,buf) . ,(bookmark-get-bookmark-record bookmark)))))
>
> Is bookmark a typo for bmk here?
Yes thanks. ;-)
Apply patch on top of precedents ones.
--
Thierry Volpiatto
[patch-r107111 (application/octet-stream, attachment)]
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Tue, 09 Feb 2010 11:59:02 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):
On 2010-02-09 11:02 +0000, Thierry Volpiatto wrote:
> Leo <sdl.web <at> gmail.com> writes:
>
>> On 2010-02-09 08:09 +0000, Thierry Volpiatto wrote:
>>> - (list* "" `(buffer . ,buf) (bookmark-get-bookmark-record bmk)))))
>>> + `("" (buffer . ,buf) . ,(bookmark-get-bookmark-record bookmark)))))
>>
>> Is bookmark a typo for bmk here?
> Yes thanks. ;-)
> Apply patch on top of precedents ones.
Thanks.
Leo
Reply sent
to
Karl Fogel <kfogel <at> red-bean.com>
:
You have taken responsibility.
(Wed, 08 Dec 2010 08:25:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo <sdl.web <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 08 Dec 2010 08:25:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 5550-done <at> debbugs.gnu.org (full text, mbox):
I'm (tentatively) marking this as closed, because I can not reproduce
this bug with the latest development emacs (24.0.50.1, bzr rev 102609),
and there have been many patches to bookmark.el since this was reported.
Theirry, in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5550#11 you
supplied a patch that affected bug #5476 too. If you can still
reproduce bug #5476, please update the patch and submit it to that bug,
so it can be tracked and applied properly. (However, I cannot reproduce
bug #5476, so I'm going to mark it as closed for now too.)
-Karl
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#5550
; Package
emacs
.
(Wed, 08 Dec 2010 09:27:01 GMT)
Full text and
rfc822 format available.
Message #28 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Karl,
all this have been fixed, so you can close bugs safely.
Karl Fogel <kfogel <at> red-bean.com> writes:
> I'm (tentatively) marking this as closed, because I can not reproduce
> this bug with the latest development emacs (24.0.50.1, bzr rev 102609),
> and there have been many patches to bookmark.el since this was reported.
>
> Theirry, in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5550#11 you
> supplied a patch that affected bug #5476 too. If you can still
> reproduce bug #5476, please update the patch and submit it to that bug,
> so it can be tracked and applied properly. (However, I cannot reproduce
> bug #5476, so I'm going to mark it as closed for now too.)
>
> -Karl
>
>
>
>
--
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 05 Jan 2011 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.