emacs-devel
[Top][All Lists]
Advanced

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

Re: Quoted while loop on calccomp.el


From: Juanma Barranquero
Subject: Re: Quoted while loop on calccomp.el
Date: Sun, 17 Apr 2011 07:40:52 +0200

On Sun, Apr 17, 2011 at 05:01, Jay Belanger <address@hidden> wrote:

> At this
> point, I suppose replacing the "if" with something simpler is in order.

Well, what the "if" has been doing all these years is just

                   (if (> mrg 12)  ; indenting too far, go back to far left
                       (setq mrg (if calc-line-numbering 5 1)))

so let's change it so.

    Juanma



reply via email to

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