emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Lisp and Guile


From: Marius Vollmer
Subject: Re: Emacs Lisp and Guile
Date: 02 Aug 2002 14:09:01 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

address@hidden (Kai Großjohann) writes:

> What would be another way to achieve the same effect that's now
> achieved by these variables?  Take the example of
> coding-system-for-write: how would you do it in Scheme?

When coding-system-for-write would have been designed for Scheme, I
would expect it to hidden behind an abstraction; it would not be a
variable that you can set.  It could be offered as

    (with-coding-system-for-write 'foo
      (lambda () ...))

I'm not clear about how to best do these things in Scheme; I don't
have enough experience with large systems.



reply via email to

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