* Scheme mode on MacOS X
@ 2004-09-04 18:20 Michael Tuexen
2004-09-15 9:59 ` Thien-Thi Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tuexen @ 2004-09-04 18:20 UTC (permalink / raw)
Dear all,
I've compiled the CVS version of Emacs and use guile as a scheme
interpreter.
If I have in one buffer
(define x (list "test1"
"test2"))
and place the cursor at the end of the second line and press C-x C-e the
expression is NOT evaluated but the *scheme* buffer shows
guile> ...
Display all 1525 possibilities? (y or n)
I can type
n
))
to get the scheme prompt.
I'm using Emacs with the X11 front end and the Apple X server.
Is this a problem of the X11 server or with Emacs?
Best regards
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Scheme mode on MacOS X
2004-09-04 18:20 Scheme mode on MacOS X Michael Tuexen
@ 2004-09-15 9:59 ` Thien-Thi Nguyen
2004-09-15 17:51 ` Michael Tuexen
0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2004-09-15 9:59 UTC (permalink / raw)
Cc: emacs-devel
Michael Tuexen <tuexen@fh-muenster.de> writes:
I'm using Emacs with the X11 front end and the Apple X server.
Is this a problem of the X11 server or with Emacs?
neither.
the inferior guile has readline enabled,
and is interpreting the embedded tabs as
commands to do completion.
personally, i compile guile w/o readline.
you may wish, however, to modify ~/.inputrc
or perhaps ~/.guile, to address the issue.
see the "INITIALIZATION FILE" section in
the readline manpage for more info.
thi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Scheme mode on MacOS X
2004-09-15 9:59 ` Thien-Thi Nguyen
@ 2004-09-15 17:51 ` Michael Tuexen
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tuexen @ 2004-09-15 17:51 UTC (permalink / raw)
Cc: emacs-devel
Hi Thi,
thank you very much!
I had readline stuff enabled in the ~/.guile file.
Not doing this solves the problem.
If I use the carbon version of emacs, this problem
does not occur.
Best regards and thank you very much again.
Michael
On Sep 15, 2004, at 11:59 Uhr, Thien-Thi Nguyen wrote:
> Michael Tuexen <tuexen@fh-muenster.de> writes:
>
> I'm using Emacs with the X11 front end and the Apple X server.
>
> Is this a problem of the X11 server or with Emacs?
>
> neither.
>
> the inferior guile has readline enabled,
> and is interpreting the embedded tabs as
> commands to do completion.
>
> personally, i compile guile w/o readline.
> you may wish, however, to modify ~/.inputrc
> or perhaps ~/.guile, to address the issue.
> see the "INITIALIZATION FILE" section in
> the readline manpage for more info.
>
> thi
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-15 17:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-04 18:20 Scheme mode on MacOS X Michael Tuexen
2004-09-15 9:59 ` Thien-Thi Nguyen
2004-09-15 17:51 ` Michael Tuexen
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.