help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: emacs C question


From: Stefan Monnier
Subject: Re: emacs C question
Date: Thu, 25 Sep 2003 18:37:13 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> Otherwise, obviously, you could call Ffind_file from C.

There's no such function because it's defined in elisp, not in C.
But you can do

    call1 (intern ("find-file-other-window"), file);


-- Stefan


reply via email to

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