emacs-devel
[Top][All Lists]
Advanced

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

Re: Fill for // style comments in C


From: Herbert Euler
Subject: Re: Fill for // style comments in C
Date: Tue, 28 Nov 2006 13:19:35 +0800

Strange.  I tried typing SPC, and spaces were inserted.
Where did you put the point?

Regards,
Guanpeng Xu


From: Miles Bader <address@hidden>
Reply-To: Miles Bader <address@hidden>
To: martin rudalics <address@hidden>
CC: Herbert Euler <address@hidden>, address@hidden, address@hidden, address@hidden, address@hidden, address@hidden
Subject: Re: Fill for // style comments in C
Date: Tue, 28 Nov 2006 11:32:52 +0900

martin rudalics <address@hidden> writes:
> It's because `c-fill-paragraph' calls `c-mask-paragraph' the latter
> calls `fill-paragraph' and `fill-paragraph' gets it wrong since it has
> `comment-end' set to " */" instead of nil.  Does the attached workaround
> remove the problem?

I tried this patch, and it does indeed seem to fix the filling problem
-- but it has a serious side-effect:  with this patch applied, the SPC
key (bound to self-insert-command) no longer works!  [There's no error
or anything, but no spaces get inserted when you type SPC.]

-Miles
--
The car has become... an article of dress without which we feel uncertain,
unclad, and incomplete.  [Marshall McLuhan, Understanding Media, 1964]

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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