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

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

Re: Simple function works in ver. 21.3 but not in 22.0


From: B. T. Raven
Subject: Re: Simple function works in ver. 21.3 but not in 22.0
Date: Thu, 22 Mar 2007 11:34:00 -0500
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Lennart Borgman (gmail) wrote:
Tassilo Horn wrote:
Barry Margolin <barmar@alum.mit.edu> writes:

Hi,

Does any of you know why this should not work in version 22.0 (w32)?:

(defun unfill-paragraph () ;; bound to C-x M-q
"Do the opposite of fill-paragraph; stuff all lines in the current paragraph into a single long line."
   (interactive)
   (let ((fill-column 90002000))
     (fill-paragraph nil)))
Works for me in 22.0.50.

Works for me with 22.0.96 on GNU/Linux, too.


Works for me too on w32 with

  GNU Emacs 22.0.96.1 (i386-mingw-nt5.1.2600) of 2007-03-21 (patched)

Did you try starting with

  emacs -Q





Thanks, Barry, Tassilo, and Lennart. No, emacs -Q didn't work either. I copied just the keybinding and function forms into *scratch* and evaluated them. C-h k etc. report them as loaded but they don't work. I noticed that the text ";; This buffer is for notes..." could be toggled to filled-unfilled with M-q and C-x M-q but not other text. Maybe it has to do with fontification or someething. Turnig of global fontification didn't help either though.

Build is:
This is GNU Emacs 22.0.93.1 (i386-mingw-windows98.2222)of 2007-01-26 on NEUTRINO



reply via email to

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