Re: [Factor-talk] Cannot Run Emacs23 from Factor

2011-10-02 Thread John Benediktsson
I suppose you could add that to your .emacs file.

Alternatively, feel free to change the command line that is used to launch
emacs in editors.emacs for your own use.


2011/10/2 Steve Tsai 蔡福安 

> John,
>
> Following are the messages I got when I ran the command in a shall:
>
> ** **
>
> hokan@ubuntu:~$ emacsclient --no-wait +5
> /home/hokan/stwork/DuDang/DuDang.factoremacsclient: can't find socket; have
> you started the server?
>
> To start the server in Emacs, type "M-x server-start".
>
> emacsclient: No socket or alternate editor.  Please use:
>
> ** **
>
> --socket-name
>
> --server-file  (or environment variable EMACS_SERVER_FILE)
>
> --alternate-editor (or environment variable ALTERNATE_EDITOR)
>
> --
>
> If I run Emacs and type "M-x server-start" beforehand, then I can jump to
> the definition successfully. But I don’t like the additional steps.
>
>
>
> NOTICE: This email message is for the sole use of the intended recipient(s)
> and may contain confidential and privileged information. Any unauthorized
> review, use, disclosure or distribution is prohibited. If you are not the
> intended recipient, please contact the sender by reply email and destroy all
> copies of the original message.
>
>
>
> --
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Cannot Run Emacs23 from Factor

2011-10-02 Thread Steve Tsai 蔡福安
John,
Following are the messages I got when I ran the command in a shall:

hokan@ubuntu:~$ emacsclient --no-wait +5 
/home/hokan/stwork/DuDang/DuDang.factoremacsclient: can't find socket; have you 
started the server?
To start the server in Emacs, type "M-x server-start".
emacsclient: No socket or alternate editor.  Please use:

--socket-name
--server-file  (or environment variable EMACS_SERVER_FILE)
--alternate-editor (or environment variable ALTERNATE_EDITOR)
--
If I run Emacs and type "M-x server-start" beforehand, then I can jump to the 
definition successfully. But I don’t like the additional steps.


 NOTICE: This email message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the 
intended recipient, please contact the sender by reply email and destroy all 
copies of the original message.


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Cannot Run Emacs23 from Factor

2011-10-01 Thread John Benediktsson
Does this command work in a shell?

$ emacsclient --no-wait +5 /home/hokan/stwork/DuDang/DuDang.factor



On Oct 1, 2011, at 5:13 AM, Steve Tsai 蔡福安 wrote:

> When I tried to jump to definitions from the listener, I got following error 
> message:
> 
>  
> 
> Process exited with error code 1
> 
> Launch descriptor:
> 
> T{ process
> 
> { command
> 
> {
> 
> "emacsclient"
> 
> "--no-wait"
> 
> "+5"
> 
> "/home/hokan/stwork/DuDang/DuDang.factor"
> 
> }
> 
> }
> 
> { environment H{ } }
> 
> { environment-mode +append-environment+ }
> 
> { status 1 }
> 
>  
> 
> OS: Ubuntu 10.04
> 
> Editor: Emacs23
> 
>  
> 
> Can anyone guide me to solve this problem?
> 
> 
> 
> NOTICE: This email message is for the sole use of the intended recipient(s) 
> and may contain confidential and privileged information. Any unauthorized 
> review, use, disclosure or distribution is prohibited. If you are not the 
> intended recipient, please contact the sender by reply email and destroy all 
> copies of the original message.
> 
> 
> --
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Cannot Run Emacs23 from Factor

2011-10-01 Thread Steve Tsai 蔡福安
When I tried to jump to definitions from the listener, I got following error 
message:

Process exited with error code 1
Launch descriptor:
T{ process
{ command
{
"emacsclient"
"--no-wait"
"+5"
"/home/hokan/stwork/DuDang/DuDang.factor"
}
}
{ environment H{ } }
{ environment-mode +append-environment+ }
{ status 1 }

OS: Ubuntu 10.04
Editor: Emacs23

Can anyone guide me to solve this problem?


 NOTICE: This email message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the 
intended recipient, please contact the sender by reply email and destroy all 
copies of the original message.


--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk