[Top][All Lists]
[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?
- Re: point-min and 1, (continued)
- Re: point-min and 1, Juri Linkov, 2009/08/13
- Re: point-min and 1, martin rudalics, 2009/08/14
- Re: point-min and 1, David Kastrup, 2009/08/14
- Re: point-min and 1, martin rudalics, 2009/08/14
- Re: point-min and 1, Miles Bader, 2009/08/14
- Re: point-min and 1, Stefan Monnier, 2009/08/13
- Re: point-min and 1, martin rudalics, 2009/08/14
- Re: point-min and 1, David Kastrup, 2009/08/14
- Re: point-min and 1, martin rudalics, 2009/08/14
Re: point-min and 1, Stefan Monnier, 2009/08/11
- Re: point-min and 1,
Eli Zaretskii <=
- Re: point-min and 1, Stefan Monnier, 2009/08/12
- Re: point-min and 1, Eli Zaretskii, 2009/08/13
- Re: point-min and 1, martin rudalics, 2009/08/13
- Re: point-min and 1, David Kastrup, 2009/08/13
- Re: point-min and 1, martin rudalics, 2009/08/13
- Re: point-min and 1, Stefan Monnier, 2009/08/13