emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] A small hack to document programs externally


From: Alan Schmitt
Subject: Re: [O] A small hack to document programs externally
Date: Mon, 03 Feb 2014 13:11:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

Hi Bastion,

Bastien <address@hidden> writes:

> The most common error it catches is (goto-char 1) which should be
> (goto-char (point-min)) -- This way narrowing and other commands that
> change (point-min) will not interfere.  Otherwise this is just using
> `with-temp-buffer', which fits best here IMO.

Thanks a lot! I'm still reading the giraffe book so there is much yet to
learn. I pushed this updated version on worg.

Alan



reply via email to

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