jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Next coup: Menus in foreign languages


Hi Mark,

>one of many source files, without opening yet a further editor window. The
>desired functionality would be closest that provided by nedit
><http://www.nedit.org/help/server.php>
>
>
>John used to have some patches to achieve something like this, but they seem
>to have been scrapped.

I always felt that this could be achieved much more simply using
open_process or open_process_pipe without modifying jed's source code.
A separate slang script would write commands to a named pipe (fifo),
which would be processed by the subprocess "output-handler".  A simple
function such as

    public define server ()
    {
       setbug (" *server*);
       variable pid = open_process_pipe (...);
          .
	  .
    }

could be invoked via the command line using

    jed --server 

Conceptually, this seems quite simple but as the saying goes, the
devil is in the details.

--John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]