* Calling emacs functions outside emacs
@ 2003-11-30 15:13 Francis Brosnan Blázquez
0 siblings, 0 replies; 5+ messages in thread
From: Francis Brosnan Blázquez @ 2003-11-30 15:13 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 796 bytes --]
Hi.
I've been looking for at the mail-list archive but I didn't find any
question similar. I do know if this question have been already answered.
I'm developing a tool which generates code from an specification. In
this context, I've integrated sdiff tool inside so user can be able to
merge changes that comes from automatic source code generation and his
changes.
But, sdiff is not ediff mode inside emacs ;)
I'm trying to launch an ediff-session inside in an already opened emacs
from my tool, but I don't know how.
So how can I connect to an already started emacs and launch an ediff
session from a program that doesn't run inside emacs ?
Any help is appreciated!.
Cheers.
--
Francis Brosnan Blázquez <francis@aspl.es>
Advanced Software Production Line, S.L.
[-- Attachment #1.2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 151 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.816.1070208983.399.help-gnu-emacs@gnu.org>]
* Re: Calling emacs functions outside emacs
[not found] <mailman.816.1070208983.399.help-gnu-emacs@gnu.org>
@ 2003-12-01 8:39 ` Klaus Zeitler
2003-12-01 9:40 ` Thorsten Bonow
0 siblings, 1 reply; 5+ messages in thread
From: Klaus Zeitler @ 2003-12-01 8:39 UTC (permalink / raw)
>>>>> "Francis" == Francis Brosnan Blázquez <francis@aspl.es> writes:
Francis>
Francis> I'm trying to launch an ediff-session inside in an already opened
Francis> emacs from my tool, but I don't know how.
Francis>
Francis> So how can I connect to an already started emacs and launch an
Francis> ediff session from a program that doesn't run inside emacs ?
here's how I call ediff in a Korn shell script:
gnuclient -batch -eval "(ediff-files \"$file1\" \"$file2\")"
though I'm not sure if this works with the standard emacsclient instead of
gnuclient.
Klaus
--
------------------------------------------
| Klaus Zeitler Lucent Technologies |
------------------------------------------
---
The difference between a fool and a wise man is not
the things they know, it's the questions they ask.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-12-05 19:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-30 15:13 Calling emacs functions outside emacs Francis Brosnan Blázquez
[not found] <mailman.816.1070208983.399.help-gnu-emacs@gnu.org>
2003-12-01 8:39 ` Klaus Zeitler
2003-12-01 9:40 ` Thorsten Bonow
2003-12-01 12:00 ` Harry Putnam
2003-12-05 19:33 ` Ian Zimmerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).