all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: bug#5550: 23.1.92; bookmark stops relocating
Date: Tue, 09 Feb 2010 12:02:10 +0100	[thread overview]
Message-ID: <87r5ou4qq5.fsf@tux.homenetwork> (raw)
In-Reply-To: <m1y6j3gj2t.fsf@cam.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

Leo <sdl.web@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

[-- Attachment #2: patch-r107111 --]
[-- Type: application/octet-stream, Size: 655 bytes --]

# HG changeset patch
# User Thierry Volpiatto <thierry.volpiatto@gmail.com>
# Date 1265713112 -3600
# Node ID 15a13a7ce9b61f77f8a20323816f67c32cc45edf
# Parent  d3a0f3c8eeddeb30bccfc2b765941e9ae0a4d072
info.el (Info-bookmark-jump): Fix typo error, thanks Leo.

diff --git a/lisp/info.el b/lisp/info.el
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4797,7 +4797,7 @@
     ;; Use bookmark-default-handler to move to the appropriate location
     ;; within the node.
     (bookmark-default-handler
-     `("" (buffer . ,buf) . ,(bookmark-get-bookmark-record bookmark)))))
+     `("" (buffer . ,buf) . ,(bookmark-get-bookmark-record bmk)))))
 
 (provide 'info)
 

  reply	other threads:[~2010-02-09 11:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09  3:54 bug#5550: 23.1.92; bookmark stops relocating Leo
2010-02-09  7:49 ` Thierry Volpiatto
2010-02-09  8:09 ` Thierry Volpiatto
2010-02-09 10:47   ` Leo
2010-02-09 11:02     ` Thierry Volpiatto [this message]
2010-02-09 11:57       ` Leo
2010-12-08  8:30 ` bug#5550: " Karl Fogel
2010-12-08  9:31   ` Thierry Volpiatto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r5ou4qq5.fsf@tux.homenetwork \
    --to=thierry.volpiatto@gmail.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.