| Path: | news2.ip-mobilphone.net ! NNTPLoader.ip-mobilphone.net ! news.titannews.com ! dartmaster ! s02-b05.iad01 ! 63.218.45.11.MISMATCH ! nx02.iad01.newshosting.com ! newshosting.com ! newshub.sdsu.edu ! headwall.stanford.edu ! newsfeed.stanford.edu ! shelby.stanford.edu ! not-for-mail |
| From: | "Gorjanc Gregor" <Gregor.Gorjanc@bfro.uni-lj.si> |
| Newsgroups: | gnu.emacs.bug |
| Subject: | FW: NT emacs FAQ: Gnuserv |
| Date: | Wed, 17 Aug 2005 19:25:39 +0200 |
| Lines: | 99 |
| Approved: | bug-gnu-emacs@gnu.org |
| Message-ID: | <mailman.4064.1124302074.20277.bug-gnu-emacs@gnu.org> |
| NNTP-Posting-Host: | lists.gnu.org |
| Mime-Version: | 1.0 |
| Content-Type: | text/plain; charset="iso-8859-1" |
| Content-Transfer-Encoding: | quoted-printable |
| X-Trace: | news.Stanford.EDU 1124301859 28119 199.232.76.165 (17 Aug 2005 18:04:19 GMT) |
| X-Complaints-To: | news@news.stanford.edu |
| To: | <bug-gnu-emacs@gnu.org> |
| Envelope-to: | bug-gnu-emacs@gnu.org |
| Content-class: | urn:content-classes:message |
| X-MimeOLE: | Produced By Microsoft Exchange V6.5.6944.0 |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| Thread-Topic: | NT emacs FAQ: Gnuserv |
| Thread-Index: | AcWfSsRJ6hDsa7vmQh2pi/0QZQLxXAEBSPR2AAAyC0o= |
| X-BeenThere: | bug-gnu-emacs@gnu.org |
| X-Mailman-Version: | 2.1.5 |
| Precedence: | list |
| List-Id: | "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs.gnu.org> |
| List-Unsubscribe: | <http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs (Who's computer is this?) >, <mailto:bug-gnu-emacs-request@gnu.org?subject=unsubscribe> |
| List-Archive: | <http://lists.gnu.org/pipermail/bug-gnu-emacs (Who's computer is this?) > |
| List-Post: | <mailto:bug-gnu-emacs@gnu.org> |
| List-Help: | <mailto:bug-gnu-emacs-request@gnu.org?subject=help> |
| List-Subscribe: | <http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs (Who's computer is this?) >, <mailto:bug-gnu-emacs-request@gnu.org?subject=subscribe> |
| Xref: | news2.ip-mobilphone.net gnu.emacs.bug:14587 |
Hello!
I sent mail to maintainer of Emacs FAQ for Windows
<skx@tardis.ed.ac.uk>
and to maintainers of Emacs FAQ
<emacs-faq@lerner.co.il>
but it seems that these e-mails are dead. Bellow is mail, which tries
to clarify use of gnuserv under Windows. I hope I did not wrote something
stupid and that it may help.
With regards, Gregor
-----Original Message-----
From: Gorjanc Gregor
Sent: Fri 2005-08-12 16:33
To: skx@tardis.ed.ac.uk
Subject: NT emacs FAQ: Gnuserv
Hello!
I was reading on how to set up gnuserv with NT emacs and found FAQ at
<http://www.gnu.org/software/emacs/windows/faq3.html#assoc (Who's computer is this?) >,
but it was not much of a use, since forward link to
<http://www.wyrdrune.com/index.html?gnuserv.html~main (Who's computer is this?) >
is not very helplful in description of setting things up. Here I provide
a simple step by step instructions I followed under Windows XP. You can
add them to FAQ so others can benefit from it.
1. Get emacs and check that it runs as it should. I installed it in
'C:\Prorams\emacs\emacs'. Note that I did not used default place for
programs, since there is a space character in it and I don't like it.
2. I usually create a desktop and a quick launch icon, which points
to 'C:\Programs\emacs\emacs\bin\runemacs.exe'.
3. Get gnuserv i.e.
<http://www.wyrdrune.com/Files/gnuserv.zip (Who's computer is this?) >.
I unziped it in 'C:\Programs\emacs\gnuserv'
4. Add the following code to your '.emacs' file. Note that "load" process
can also be done in other more "emacs" alike way.
(load "c:/Programs/emacs/gnuserv/gnuserv.el")
(require 'gnuserv)
(gnuserv-start)
and optionally additional line
(setq gnuserv-frame (selected-frame)) ;; open buffer in current frame
5. Create file associations, where application is
'C:\Programs\emacs\gnuserv\Release\gnuclientw.exe'.
Additionally one can create a "Send To" entry by adding a '*.bat' file,
say 'sendToEmacs.bat' to 'Send To' folder under 'Documents and Settings'.
The content of this file should be
C:\Programs\emacs\gnuserv\Release\gnuclientw.exe "%1".
Lep pozdrav / With regards,
Gregor Gorjanc
----------------------------------------------------------------------
University of Ljubljana
Biotechnical Faculty URI: http://www.bfro.uni-lj.si/MR/ggorjan (Who's computer is this?)
Zootechnical Department mail: gregor.gorjanc <at> bfro.uni-lj.si
Groblje 3 tel: +386 (0)1 72 17 861
SI-1230 Domzale fax: +386 (0)1 72 17 888
Slovenia, Europe
----------------------------------------------------------------------
"One must learn by doing the thing; for though you think you know it,
you have no certainty until you try." Sophocles ~ 450 B.C.
----------------------------------------------------------------------