* Change of extension language planned for Emacs
@ 2003-04-01 19:25 Kai Großjohann
2003-04-01 21:37 ` Alan Shutko
0 siblings, 1 reply; 3+ messages in thread
From: Kai Großjohann @ 2003-04-01 19:25 UTC (permalink / raw)
I'm told that Richard is thinking about changing the extension
language used in Emacs. A bunch of toenail clippings in a bowl, it
has been called. Recent developments have resulted in very
esthetically pleasing languages, foremost the language called
Whitespace. You can find more information here:
http://compsoc.dur.ac.uk/whitespace/
This change seems to have been long coming, there was even a
whitespace.el posted to gnu.emacs.sources some moons ago!
Below, you can find a typical extract from a Whitespace program.
Behold the beauty of it!
--
A preposition is not a good thing to end a sentence with.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Change of extension language planned for Emacs
2003-04-01 19:25 Change of extension language planned for Emacs Kai Großjohann
@ 2003-04-01 21:37 ` Alan Shutko
2003-04-02 0:22 ` lawrence mitchell
0 siblings, 1 reply; 3+ messages in thread
From: Alan Shutko @ 2003-04-01 21:37 UTC (permalink / raw)
kai.grossjohann@gmx.net (Kai Großjohann) writes:
> Below, you can find a typical extract from a Whitespace program.
> Behold the beauty of it!
This might help. It's the start of a whitespace.el for editing
whitespace. Fortunately, it should be easy since there's no
indentation or font-lock required!
(defun whitespace-me ()
(interactive)
(let ((display-table (make-display-table)))
(aset display-table ?\t (string-to-vector "[SPC]"))
(aset display-table ? (string-to-vector "[TAB]"))
(set-window-display-table (selected-window) display-table)))
--
Alan Shutko <ats@acm.org> - I am the rocks.
Looking for a developer in St. Louis? http://web.springies.com/~ats/
Everybody's got a smoking jacket! -Crow as building burns
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Change of extension language planned for Emacs
2003-04-01 21:37 ` Alan Shutko
@ 2003-04-02 0:22 ` lawrence mitchell
0 siblings, 0 replies; 3+ messages in thread
From: lawrence mitchell @ 2003-04-02 0:22 UTC (permalink / raw)
Alan Shutko wrote:
[...]
> This might help. It's the start of a whitespace.el for editing
> whitespace. Fortunately, it should be easy since there's no
> indentation or font-lock required!
> (defun whitespace-me ()
> (interactive)
> (let ((display-table (make-display-table)))
> (aset display-table ?\t (string-to-vector "[SPC]"))
^^^^^ [TAB]
> (aset display-table ? (string-to-vector "[TAB]"))
^^^^^ [SPC]
> (set-window-display-table (selected-window) display-table)))
:). Yes, it's not 01-04 anymore, but we can't have false
information going around like that :). (unless you were trying
to be deliberately obtuse.
--
lawrence mitchell <wence@gmx.li>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-02 0:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-01 19:25 Change of extension language planned for Emacs Kai Großjohann
2003-04-01 21:37 ` Alan Shutko
2003-04-02 0:22 ` lawrence mitchell
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).