all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* shameful trailing whitespace in calendar
@ 2003-05-09 21:52 Dan Jacobson
  2003-05-10 13:33 ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Jacobson @ 2003-05-09 21:52 UTC (permalink / raw)


Gentlemen, see it for yourself in all gory detail
$ emacs -nw -eval '(and(setq-default show-trailing-whitespace t)(calendar))'
-- 
http://jidanni.org/ Taiwan(04)25854780

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

* Re: shameful trailing whitespace in calendar
  2003-05-09 21:52 shameful trailing whitespace in calendar Dan Jacobson
@ 2003-05-10 13:33 ` Juanma Barranquero
  2003-05-11  3:04   ` Dan Jacobson
  0 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2003-05-10 13:33 UTC (permalink / raw)
  Cc: bug-gnu-emacs

On Sat, 10 May 2003 05:52:56 +0800, Dan Jacobson <jidanni@dman.ddts.net> wrote:

> Gentlemen, see it for yourself in all gory detail
> $ emacs -nw -eval '(and(setq-default show-trailing-whitespace t)(calendar))'

Do

(add-hook 'initial-calendar-window-hook
          #'(lambda()
                 (setq show-trailing-whitespace nil
                       indicate-empty-lines     nil)))

as I do and be happy...


                                                           /L/e/k/t/u

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

* Re: shameful trailing whitespace in calendar
  2003-05-10 13:33 ` Juanma Barranquero
@ 2003-05-11  3:04   ` Dan Jacobson
  2003-05-11  9:38     ` Thien-Thi Nguyen
  2003-05-11 12:05     ` Juanma Barranquero
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Jacobson @ 2003-05-11  3:04 UTC (permalink / raw)


Juanma> (setq show-trailing-whitespace nil
This makes disk wasting trailing whitespace invisible.
You won't believe how many so called computer professionals make tons
of trailing whitespace.
Juanma> indicate-empty-lines     nil)))
But then one can't tell that indeed the calendar command didn't blow
this too.
Juanma> as I do and be happy...
Sure, put on the rose colored glasses instead of tightening the program.
-- 
http://jidanni.org/ Taiwan(04)25854780

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

* Re: shameful trailing whitespace in calendar
  2003-05-11  3:04   ` Dan Jacobson
@ 2003-05-11  9:38     ` Thien-Thi Nguyen
  2003-05-11 12:05     ` Juanma Barranquero
  1 sibling, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2003-05-11  9:38 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Dan Jacobson <jidanni@dman.ddts.net> writes:

   You won't believe how many so called computer professionals
   make tons of trailing whitespace. [...] Sure, put on the rose
   colored glasses instead of tightening the program.

well the trick is to be professional enough to know when to cut slack.

thi

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

* Re: shameful trailing whitespace in calendar
  2003-05-11  3:04   ` Dan Jacobson
  2003-05-11  9:38     ` Thien-Thi Nguyen
@ 2003-05-11 12:05     ` Juanma Barranquero
  1 sibling, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2003-05-11 12:05 UTC (permalink / raw)
  Cc: bug-gnu-emacs

On Sun, 11 May 2003 11:04:22 +0800, Dan Jacobson <jidanni@dman.ddts.net> wrote:

> This makes disk wasting trailing whitespace invisible.

Really? I was *sure* it made them just... you know... disappear.

> You won't believe how many so called computer professionals make tons
> of trailing whitespace.

Oh yes, I do.

> Sure, put on the rose colored glasses instead of tightening the program.

I've got troubles galore just trying to tighten my belly... :)

                                                           /L/e/k/t/u

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

end of thread, other threads:[~2003-05-11 12:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-09 21:52 shameful trailing whitespace in calendar Dan Jacobson
2003-05-10 13:33 ` Juanma Barranquero
2003-05-11  3:04   ` Dan Jacobson
2003-05-11  9:38     ` Thien-Thi Nguyen
2003-05-11 12:05     ` Juanma Barranquero

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.