unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "rgb" <rbielaws@i1.net>
Subject: Re: Switch to buffer and line...
Date: 20 Oct 2005 08:30:32 -0700	[thread overview]
Message-ID: <1129822232.237163.123050@o13g2000cwo.googlegroups.com> (raw)
In-Reply-To: <mailman.12004.1129813207.20277.help-gnu-emacs@gnu.org>

> (defun retrieve-buffer-and-line-at-point()
>   (interactive)
>   ( save-excursion(if(number-at-point) ; check if the cursor is pointing a number of line
>        (setq target (number-at-point)))
>        (call-interactively 'switch-at-point) ; switch to buffer: it works correctly!
>        (if(current-buffer)
>        (goto-line target))))                             ; does nothing???

Your goto-line is inside a save-excursion.
You ARE going there but then going back.

       reply	other threads:[~2005-10-20 15:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.12004.1129813207.20277.help-gnu-emacs@gnu.org>
2005-10-20 15:30 ` rgb [this message]
2005-10-20 12:59 Switch to buffer and line luca.spinacci

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=1129822232.237163.123050@o13g2000cwo.googlegroups.com \
    --to=rbielaws@i1.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).