* Symbol's function definition is void: fill-forward-paragraph
@ 2011-03-10 9:40 Frank Jäkel
2011-03-10 18:28 ` Nicolas
0 siblings, 1 reply; 3+ messages in thread
From: Frank Jäkel @ 2011-03-10 9:40 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
* A
I'm trying to fill this
paragraph by pressing
M-q now
I get the following error:
Debugger entered--Lisp error: (void-function fill-forward-paragraph)
(fill-forward-paragraph -1)
(save-excursion (fill-forward-paragraph -1) (setq itemp
(org-in-item-p)))
(cond ((and ... ...) t) (table\.el-p t) (table-p (org-table-align) t)
(itemp (let* ... ... ... t)) ((save-excursion ... ...) (let ... ...)) (t
nil))
(let ((table-p ...) (table\.el-p ...) (itemp ...)) (cond (... t)
(table\.el-p t) (table-p ... t) (itemp ...) (... ...) (t nil)))
org-fill-paragraph(nil)
fill-paragraph(nil)
call-interactively(fill-paragraph)
Strangely, if I now go back to the buffer and try M-q this time it will
fill the paragraph as intended.
A solution that worked for me was to replace all calls to
fill-forward-paragraph with fill-paragraph.
Cheers,
Frank
Emacs : GNU Emacs 22.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll
bars)
of 2010-03-31 on crested, modified by Ubuntu
Package: Org-mode version 7.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Symbol's function definition is void: fill-forward-paragraph
2011-03-10 9:40 Symbol's function definition is void: fill-forward-paragraph Frank Jäkel
@ 2011-03-10 18:28 ` Nicolas
2011-03-10 18:50 ` Nicolas
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas @ 2011-03-10 18:28 UTC (permalink / raw)
To: Frank Jäkel; +Cc: emacs-orgmode
Hello,
Frank Jäkel <fjaekel@uos.de> writes:
> * A
> I'm trying to fill this
> paragraph by pressing
> M-q now
>
> I get the following error:
>
> Debugger entered--Lisp error: (void-function fill-forward-paragraph)
> (fill-forward-paragraph -1)
> (save-excursion (fill-forward-paragraph -1) (setq itemp
> (org-in-item-p)))
> (cond ((and ... ...) t) (table\.el-p t) (table-p (org-table-align) t)
> (itemp (let* ... ... ... t)) ((save-excursion ... ...) (let ... ...)) (t
> nil))
> (let ((table-p ...) (table\.el-p ...) (itemp ...)) (cond (... t)
> (table\.el-p t) (table-p ... t) (itemp ...) (... ...) (t nil)))
> org-fill-paragraph(nil)
> fill-paragraph(nil)
> call-interactively(fill-paragraph)
>
> Strangely, if I now go back to the buffer and try M-q this time it will
> fill the paragraph as intended.
So you mean `fill-forward-paragraph' is known by Emacs afterwards?
> A solution that worked for me was to replace all calls to
> fill-forward-paragraph with fill-paragraph.
I don't think it is a solution as fill-forward-paragraph is a movement
function, not a filling one: they can't be equivalent.
Regards,
--
Nicolas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Symbol's function definition is void: fill-forward-paragraph
2011-03-10 18:28 ` Nicolas
@ 2011-03-10 18:50 ` Nicolas
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas @ 2011-03-10 18:50 UTC (permalink / raw)
To: Frank Jäkel; +Cc: emacs-orgmode
Sorry to reply to myself, but I've pushed a change that should satisfy
emacsen older than 23 in that area.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-10 18:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 9:40 Symbol's function definition is void: fill-forward-paragraph Frank Jäkel
2011-03-10 18:28 ` Nicolas
2011-03-10 18:50 ` Nicolas
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).