gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] [support #102721] fixed in CVS


From: Mike Thomas
Subject: [Gcl-devel] [support #102721] fixed in CVS
Date: Wed, 18 Feb 2004 15:32:01 +1000

Hi all.

In answer to the above support call please find a beefed up ed() as yet
untested on Unix.  Probably worth shoving it over into 2.6.2.  Typical
transcripts below.

Cheers

Mike Thomas.

>(ed 'ed) ; edit function ed - vi on Unix, notepad on Windows.

0
0

Top level.
>(ed)     ; launch an editor with no associated file.

0
0

>(lisp::new-ed "c:/devtools/emacs/bin/runemacs") ; Change the default
editor.

"c:/devtools/emacs/bin/runemacs"

>(ed "hello.lsp")  ; edit a file.

0
0

>(ed (pathname "hello.lsp")) ; likewise with a pathname rather than string.

0
0

>(ed 'car) ; invalid function compiled from C

You can't edit compiled functions.

Fast links are on: do (use-fast-links nil) for debugging
Broken at COND.  Type :H for Help.
 1 (Continue) Return to top level.
dbl:>>1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]