emacs-devel
[Top][All Lists]
Advanced

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

Re: point-min and 1


From: Eli Zaretskii
Subject: Re: point-min and 1
Date: Tue, 11 Aug 2009 21:32:53 +0300

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden
> Date: Tue, 11 Aug 2009 11:13:55 -0400
> 
> >> ;; Move to the specified line number in that buffer.
> >> (save-restriction
> >> (widen)
> >> -    (goto-char 1)
> >> +    (goto-char (point-min))
> 
> > Can `(goto-char (point-min))' be different from `(goto-char 1)' after
> > a call to `widen'?
> 
> No, indeed it can't in Emacs, which is why the change is guaranteed to
> be correct.

I asked a serious question.  Would you please humor me with a serious
answer?




reply via email to

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