unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* can't tell if one is searching with appended whitespace
@ 2004-06-03 20:42 Dan Jacobson
  2004-06-04 21:40 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2004-06-03 20:42 UTC (permalink / raw)


Gentlemen, looking in the minibuffer, how can you tell the difference between
I-search: bla
and
I-search: bla 
Therefore, something must be done about it.
Why, one could miss important stuff if one doesn't realize he is
carrying around an appended blank in his search string!
Perhaps do something with color, or a " $" appearing, or turn on
show-trailing-whitespace in the minibuffer by default.
(setq-default show-trailing-whitespace t in .emacs isn't good enough.)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: can't tell if one is searching with appended whitespace
  2004-06-03 20:42 can't tell if one is searching with appended whitespace Dan Jacobson
@ 2004-06-04 21:40 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2004-06-04 21:40 UTC (permalink / raw)


Dan Jacobson wrote:
 > Gentlemen, looking in the minibuffer, how can you tell the difference between
 > I-search: bla
 > and
 > I-search: bla
 > Therefore, something must be done about it.
 > Why, one could miss important stuff if one doesn't realize he is
 > carrying around an appended blank in his search string!
 > Perhaps do something with color, or a " $" appearing, or turn on
 > show-trailing-whitespace in the minibuffer by default.
 > (setq-default show-trailing-whitespace t in .emacs isn't good enough.)

That may be because trailing whitespace is not highlighted when point is
at the end of a line in any buffer, even if the line is terminated by a
newline (and thus there is at least 1 [possibly empty] subsequent line).

Or perhaps that point is moot, because isearch.el displays the search
string in the echo area, not in the minibuffer (if so, perhaps the
message function should be changed to respect show-trailing-whitespace).

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-04 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-03 20:42 can't tell if one is searching with appended whitespace Dan Jacobson
2004-06-04 21:40 ` Kevin Rodgers

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).