Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: ding@gnus.org, emacs-pretest-bug@gnu.org
Subject: Re: gnus-carpal-mode and mouse-autoselect-window
Date: Mon, 04 Apr 2005 02:18:36 -0400	[thread overview]
Message-ID: <E1DIKuy-0001pj-5G@fencepost.gnu.org> (raw)
In-Reply-To: <q5gfyydz9bw.fsf@lucent.com> (message from Klaus Zeitler on Wed, 30 Mar 2005 13:01:23 +0200)

    It seems to me as if set-window-point and goto-char don't do the same thing.
    set-window-point basically executes the following statements:
    --- snip ---
      if (w == XWINDOW (selected_window)
	  && XBUFFER (w->buffer) == current_buffer)
	Fgoto_char (pos);
      else
	set_marker_restricted (w->pointm, pos, w->buffer);
    --- snip ---

This is right--they are not the same.  set-window-point sets
the point value of the window you specify, whether or not
it is selected, and regardless of what buffer it is displaying.

I thought this was clearly documented, but if you did not
find it clear enough, can you show me the specific places
in the manual which I should clarify?




  reply	other threads:[~2005-04-04  6:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-18  9:42 Klaus Zeitler
2005-02-21 15:09 ` Reiner Steib
2005-02-24 13:16   ` Klaus Zeitler
2005-02-24 21:02     ` Reiner Steib
2005-03-30 11:01       ` Klaus Zeitler
2005-04-04  6:18         ` Richard Stallman [this message]
2005-02-25  9:47     ` Kim F. Storm
2005-03-07 15:07       ` Klaus Zeitler
2005-03-07 19:03         ` Reiner Steib

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=E1DIKuy-0001pj-5G@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=ding@gnus.org \
    --cc=emacs-pretest-bug@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.
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 NNTP newsgroup(s).