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

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

Re: gnus-carpal-mode and mouse-autoselect-window


From: Richard Stallman
Subject: Re: gnus-carpal-mode and mouse-autoselect-window
Date: Mon, 04 Apr 2005 02:18:36 -0400

    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 via email to

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