* refill-mode disables spacebar?
@ 2003-03-30 2:11 Edward Dodge
2003-03-30 10:11 ` Kai Großjohann
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Edward Dodge @ 2003-03-30 2:11 UTC (permalink / raw)
I recently compiled EMACS for OSX off the CVS tree TWICE. Once from
the most recent code, and another time from the code from November
1, 2002.
GNU Emacs 21.3.50.1 (powerpc-apple-darwin5.5)
Everything seems to be working fine, but when I put this:
(add-hook 'text-mode-hook 'refill-mode)
In my .emacs, the spacebar refuses to work in .txt files:
"Nowisthetimeforallgoodmenttocometotheaidoftheircountry."
If I edit within a paragraph that already has spaces, refill works
just fine and spaces are inserted correctly. Any ideas out there?
--
Edward Dodge
/Confabulation Consulting/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: refill-mode disables spacebar?
2003-03-30 2:11 refill-mode disables spacebar? Edward Dodge
@ 2003-03-30 10:11 ` Kai Großjohann
2003-03-31 2:03 ` Michael Herman
[not found] ` <mailman.3866.1049076485.21513.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Kai Großjohann @ 2003-03-30 10:11 UTC (permalink / raw)
Edward Dodge <someone@g3.com> writes:
> Everything seems to be working fine, but when I put this:
>
> (add-hook 'text-mode-hook 'refill-mode)
>
> In my .emacs, the spacebar refuses to work in .txt files:
>
> "Nowisthetimeforallgoodmenttocometotheaidoftheircountry."
I've seen this bug before. Why is it back? Weird. Maybe you have
to fix refill.el to abstain from filling after space is entered, to
to re-add the space if it was deleted.
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: refill-mode disables spacebar?
2003-03-30 2:11 refill-mode disables spacebar? Edward Dodge
2003-03-30 10:11 ` Kai Großjohann
@ 2003-03-31 2:03 ` Michael Herman
[not found] ` <mailman.3866.1049076485.21513.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 4+ messages in thread
From: Michael Herman @ 2003-03-31 2:03 UTC (permalink / raw)
On Sat, Mar 29, 2003 at 08:11:55PM -0600, Edward Dodge wrote:
>
>I recently compiled EMACS for OSX off the CVS tree TWICE. Once from
>the most recent code, and another time from the code from November
>1, 2002.
>
>GNU Emacs 21.3.50.1 (powerpc-apple-darwin5.5)
>
>Everything seems to be working fine, but when I put this:
>
>(add-hook 'text-mode-hook 'refill-mode)
>
>In my .emacs, the spacebar refuses to work in .txt files:
>
>"Nowisthetimeforallgoodmenttocometotheaidoftheircountry."
>
>If I edit within a paragraph that already has spaces, refill works
>just fine and spaces are inserted correctly. Any ideas out there?
Try adding a LF before you type anything. I have seen this before as
well and a blank line below where I'm typing fixes it.
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.3866.1049076485.21513.help-gnu-emacs@gnu.org>]
* Re: refill-mode disables spacebar?
[not found] ` <mailman.3866.1049076485.21513.help-gnu-emacs@gnu.org>
@ 2003-04-01 20:49 ` Edward Dodge
0 siblings, 0 replies; 4+ messages in thread
From: Edward Dodge @ 2003-04-01 20:49 UTC (permalink / raw)
Michael Herman <michael-lists@thehermans.org> writes:
> On Sat, Mar 29, 2003 at 08:11:55PM -0600, Edward Dodge wrote:
> >If I edit within a paragraph that already has spaces, refill works
> >just fine and spaces are inserted correctly. Any ideas out there?
>
> Try adding a LF before you type anything. I have seen this before
> as well and a blank line below where I'm typing fixes it.
Wow. That appears to work! ^o before I start seems to "fix"
whatever is wrong.
I did some more testing by using different efill.el packages, but I
think the problem is with the EMACS build. For example: an
efill.elc that works fine in a pre-compiled EMACS 21.1.30.3 exhibits
the same problem here in 21.3.50.1 from the CVS tree.
I know there's a CVS version from last October that doesn't interfere
with efill, but I'm going to take Kai's advice and see if there
isn't something I can do with the efill.el file first. Maybe slip a
(open-line 1) (undo 1) pair in there as a kludge.
--
Edward Dodge
/Confabulation Consulting/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-01 20:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-30 2:11 refill-mode disables spacebar? Edward Dodge
2003-03-30 10:11 ` Kai Großjohann
2003-03-31 2:03 ` Michael Herman
[not found] ` <mailman.3866.1049076485.21513.help-gnu-emacs@gnu.org>
2003-04-01 20:49 ` Edward Dodge
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.