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

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

paragraph fill and wrong number of arguments


From: Yohann Pitrey
Subject: paragraph fill and wrong number of arguments
Date: Sat, 21 Apr 2007 14:14:02 +0200
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Hi everyone,

I have been trying to write a function to fill a paragraph using :


       (defun justify ()
         (interactive)
         (mark-paragraph)
         (fill-region-as-paragraph (region-beginning) (region-end))
         )

but it doesn't work , and I get this error message :

"justify: Wrong number of arguments: #[nil "ÀÁ!ˆÂÃĉ#ˆÅÁ!‡" [forward-paragraph 1 push-mark nil t backward-paragraph] 4 1287337 nil], 1"

does anyone have a clue?

thanks a lot!

Yohann.




reply via email to

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