emacs-devel
[Top][All Lists]
Advanced

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

Re: goto-char and point - are they not friends?


From: Lennart Borgman
Subject: Re: goto-char and point - are they not friends?
Date: Thu, 25 Dec 2008 04:35:18 +0100

On Thu, Dec 25, 2008 at 3:11 AM, Lennart Borgman
<address@hidden> wrote:
> I am a bit stumped. I have this in my code
>
>        (goto-char here)
>        (message "mumamo-find-chunks.here=%s => point=%s" here (point))
>
> and I get this
>
>       mumamo-find-chunks.here=71 => point=165
>
> Some possible explanations, please?

Forgot to call (widen) ...




reply via email to

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