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: Stefan Monnier
Subject: Re: gnus-carpal-mode and mouse-autoselect-window
Date: Wed, 06 Apr 2005 09:28:27 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> "Functions that expect an argument to be a position (an integer), but accept a
>  marker as a substitute, normally ignore the marker buffer."

> The meaning of this sentence isn't clear to me.

If marker M points to position P in buffer A and you're in buffer B,
(goto-char M) will go to position P in buffer B, ignoring the fact that M is
a position in buffer A and that P may be outside of point-min...point-max in
buffer B.


        Stefan



reply via email to

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