help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Return to Marker


From: CarlC
Subject: Re: Return to Marker
Date: Thu, 30 Jan 2003 19:48:49 GMT

"Jesper Harder" <harder@myrealbox.com> wrote in message
news:m3d6mea441.fsf@defun.localdomain...
> "CarlC" <carlc@snowbd.com> writes:
>
> Don't use `beginning-of-buffer' in Lisp code, it'll cause the type of
> problem you describe.  Use (goto-char (point-min)) instead.  The same
> applies to `end-of-buffer'.
>

Thanks, Jesper. Problem solved. Seems like this is something that should be
"fixed".




reply via email to

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