GNU bug report logs - #13600
Bug in cycle-spacing (simple.el)

Previous Next

Package: emacs;

Reported by: nicholas.dokos <at> hp.com

Date: Thu, 31 Jan 2013 19:01:02 UTC

Severity: normal

Merged with 13607

Found in version 24.3.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nick Dokos <nicholas.dokos <at> hp.com>
To: 13600 <at> debbugs.gnu.org
Cc: nicholas.dokos <at> hp.com
Subject: bug#13600: Bug in cycle-spacing (simple.el)
Date: Thu, 31 Jan 2013 13:59:06 -0500
The new command ``cycle-spacing'' which is used by just-one-space
is buggy. Evaluating the following form in *scratch* illustrates
the problem:

(cycle-spacing 1 nil t)
nil

(cycle-spacing 1 nil t)

The git commit in question is

,----
| commit 426db07fbc01417362044cac4e6539264a8b7768
| Author: Michal Nazarewicz <mina86 <at> mina86.com>
| Date:   Wed Jan 30 21:57:35 2013 -0500
| 
|     * lisp/simple.el (cycle-spacing): New command.
|     (just-one-space): Use it.
`----

and the suspect line is l.808 in simple.el:

    (insert (make-string ?\s n))

which should be

    (insert (make-string n ?\s))

instead (iiuc).

Thanks,
Nick





This bug report was last modified 12 years and 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.