chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] emacs editing mode for chicken ?


From: Tony Sidaway
Subject: Re: [Chicken-users] emacs editing mode for chicken ?
Date: Wed, 19 Sep 2007 19:49:03 +0100

On 13 Sep 2007 14:55:13 -0300, Mario Domenech Goulart
<address@hidden> wrote:
>
> Quack:
>   http://www.neilvandyke.org/quack/
>   http://chicken.wiki.br/Editing%20Chicken%20code


If you do use quack.el, you should perform the following edits:

In ~/.emacs

Add (load-file "~/quack.el")

In ~/quack.el

Search for "Chicken User's Manual"
Change the url on the following page to
"http://galinha.ucpel.tche.br/The%20User%27s%20Manual";

Change the "defcustom quack-default-program" command to run csi, the
Chicken Scheme interpreter:

(defcustom quack-default-program "csi"
  "Default Scheme interpreter program to use with `run-scheme'."
  :group 'quack
  :type  'string)

If you never intend to use any other Scheme interpreter from quack,
you may want to edit quack.el to change the value of
quack-run-scheme-always-prompts-p from t to nil (t and nl are the
emacs-lisp equivalents of Scheme's #t and #f).  If you leave it as it
is you'll be prompted every time but the default (csi in this case)
will always be accepted if you press enter at the prompt.




reply via email to

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