* fill-region: no NOSQUEEZE, one would expect the blanks to go
@ 2004-06-20 19:33 Dan Jacobson
2004-06-21 17:46 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2004-06-20 19:33 UTC (permalink / raw)
Gentlemen, doing fill-region ought to wipe out the trailing whitespace in
$ cat -e o
1$
$
2$
without having to resort to delete-trailing-whitespace.
Also doing a repeat-complex-command should by default bring up a
Redo: (fill-region)
instead of a
Redo: (fill-region 1 9 nil)
which we need to clean up each time we adjust the file, spoiling the
convenience of repeat-complex-command. Also as you can see, I didn't
specify NOSQUEEZE, so one would expect the blanks to go.
Emacs 21.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fill-region: no NOSQUEEZE, one would expect the blanks to go
2004-06-20 19:33 fill-region: no NOSQUEEZE, one would expect the blanks to go Dan Jacobson
@ 2004-06-21 17:46 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2004-06-21 17:46 UTC (permalink / raw)
Dan Jacobson wrote:
> Also doing a repeat-complex-command should by default bring up a
> Redo: (fill-region)
> instead of a
> Redo: (fill-region 1 9 nil)
> which we need to clean up each time we adjust the file, spoiling the
> convenience of repeat-complex-command. Also as you can see, I didn't
> specify NOSQUEEZE, so one would expect the blanks to go.
No, I think it should prompt with:
Redo: (fill-region (region-beginning) (region-end) nil nil nil)
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-21 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-20 19:33 fill-region: no NOSQUEEZE, one would expect the blanks to go Dan Jacobson
2004-06-21 17:46 ` Kevin Rodgers
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.