On Wed, Aug 26, 2009 at 10:52:12PM -0300, Tiago Saboga wrote:
> Johann Spies writes:
>
> > I found that when I use emacs22 this does not happen. I then
> > reinstalled gnuserv and with emacs22 that was also working as
> > expected. My earlier problem which I report
Johann Spies writes:
> I found that when I use emacs22 this does not happen. I then
> reinstalled gnuserv and with emacs22 that was also working as
> expected. My earlier problem which I reported on this list was when
> used emacs23.
But why would you use gnuserv with emacs23? 2
wer than %s" sit-for 1 "default" alt inhibit-default-init =
inhibit-startup-screen] 7]()
command-line()
normal-top-level()
==
I found that when I use emacs22 this does not happen. I then
reinstalled gnuserv and with emacs22 that was also working as
expec
Mike O'Connor wrote:
> The gnuserv package also distributes a script named "dtemacs" which
> will run check for an already running instance of emacs, and start one
> if non is found.
> More information about gnuserv can be found at:
>
> http://www.ema
I use this script to implement gnuserv:
===
#!/bin/sh
if [ -z "$1" ]
then
LEER="/tmp/gnuserv.`date +'%H%M%S'`"
else
LEER=$1
fi
pidof emacs && gnuclient -q $LEER || emacs -r -f gnuserv-start $LEER
===
Chris Bannister <[EMAIL PROTECTED]>:
> On Sun, Nov 05, 2006 at 07:15:54PM +, s. keeling wrote:
> > Chris Bannister <[EMAIL PROTECTED]>:
> > > On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
> > > > The package chain is as follows:
> > > >
> > > > INCOMING MAIL: pop3 serve
On Sun, Nov 05, 2006 at 07:15:54PM +, s. keeling wrote:
> Chris Bannister <[EMAIL PROTECTED]>:
> > On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
> > > The package chain is as follows:
> > >
> > > INCOMING MAIL: pop3 server @ my ISP --> getmail4 --> maildrop -->
> >
Chris Bannister <[EMAIL PROTECTED]>:
> On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
> > The package chain is as follows:
> >
> > INCOMING MAIL: pop3 server @ my ISP --> getmail4 --> maildrop -->
> > [maildir] --> mutt
[EMAIL PROTECTED] --> fetchmail --> procmail -->
On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
> The package chain is as follows:
>
> INCOMING MAIL: pop3 server @ my ISP --> getmail4 --> maildrop -->
> [maildir] --> mutt
Does getmail4 feed the mail through exim4, fetchmail does.
> OUTGOING MAIL: smtp server @ my I
On Sat, Nov 04, 2006 at 03:33:31PM -0600, Russell L. Harris wrote:
> Andrew Sackville-West wrote:
> >On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
> >
> >>At this point, I am receiving mail, but no mail is being sent.
> >>
> >>The package chain is as follows:
> >>
> >>INCOMI
Andrew Sackville-West wrote:
On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
At this point, I am receiving mail, but no mail is being sent.
The package chain is as follows:
INCOMING MAIL: pop3 server @ my ISP --> getmail4 --> maildrop -->
[maildir] --> mutt
OUT
On Fri, Nov 03, 2006 at 02:47:21PM -0600, Russell L. Harris wrote:
>
> Thanks, Andrew.
>
> I have been puzzled about the "-nw"; and the "-l" is good to know.
>
> I still am struggling with the transition from gnus to mutt. Both
> previously and now, I am using maildir instead of mbox. And no
Andrew Sackville-West wrote:
Russell L. Harris wrote:
In "~/.bashrc" I put the line:
export EDITOR=/usr/bin/xemacs
Now mutt starts xemacs after I enter a subject for the message, but when
I save the message and exit xemacs, mutt treats the text of the message
as an attachment, rather t
Russell L. Harris wrote:
> In "~/.bashrc" I put the line:
>
> export EDITOR=/usr/bin/xemacs
>
> Now mutt starts xemacs after I enter a subject for the message, but when
> I save the message and exit xemacs, mutt treats the text of the message
> as an attachment, rather than as an integral pa
Hendrik Mangels wrote:
Russell L. Harris (2006-10-28, 18:21):
I wish to use xemacs as the editor for mutt, with mutt running
in gnome terminal on a Debian etch i386 system.
http://www.mutt.org/doc/manual/manual-6.html#editor
Hendrik
Thanks, Hendrik.
In "~/.bashrc" I put the line:
expo
After starting xemacs with the -f gnuserv-start option I get the
following error message in xemacs when trying to run gnuclient -q
/tmp/somefile:
(error/warning) Error in process filter: (void-function
server-edit-files-quickly)
How do I correct this?
Johann
--
J.H. Spies - Tel/Faks +27-21-876
el if you're set up that way)
(when (member "-unmapped" command-line-args)
(add-hook 'gnuserv-init-hook
#'(lambda ()
(popup-dialog-box '("XEmacs is ready" ["Ok" nil])
# .profile
export EDITOR=xg
xg
Description: Binary data
>>>>> "jsja" == john s jacobs anderson <[EMAIL PROTECTED]> writes:
>>>>> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes:
jsja> Oh, no, I agree -- that's why I tend toward vi in those
jsja> situations. How
On Mon, May 29, 2000 at 11:20:04PM -0400, Chris Gray wrote:
>
> pidof xemacs && gnuclient -q $1 || xemacs -nw $1
This will only work if you are the one and only user ever to use xemacs.
So you better use (analog to what was shown on the list a couple of days ago):
$ fuser -sn tcp $((UID+21490
(. ~/.bashrc) at a shell
prompt, and then gnue FILE will do the right thing.
(Don't forget to put (gnuserv-start) in your .emacs file!)
Thanks to Chris and the other people in the thread,
john.
--
On Mon, May 29, 2000 at 10:58:08PM -0400, john s jacobs anderson wrote:
> Okay, that could work -- but I'm too forgetful to remember if there's
> already an XEmacs process running -- anybody have a shell script that
> will execute the following pseudocode?
>
> if there's an XEmacs process
>>>>> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes:
Peter> Here's why I use gnuserv all the time. Say I in a shell in a
Peter> directory called
Peter> /deb/potato/home/rhogee/deb/gri/CVS/gri/doc/cookbook and I
Peter> want to edi
Here's why I use gnuserv all the time.
Say I in a shell in a directory called
/deb/potato/home/rhogee/deb/gri/CVS/gri/doc/cookbook
and I want to edit a file in Emacs. I could go in Emacs and type
C-x C-f and then type in (or cut/paste) the whole path. That's
arduous.
Instead, if
>>>>> On Sat, 1 May 1999 14:22:24 +0100, Ian Winter <[EMAIL PROTECTED]> said:
Ian> On Fri, Apr 30, 1999 at 10:21:53AM +0200, Peter Weiss wrote:
>>
>> I can't manage to make the gnuclient (gnuserv package version 2.1alpha-4)
>> work with emacs20 (pack
On Fri, Apr 30, 1999 at 10:21:53AM +0200, Peter Weiss wrote:
>
> I can't manage to make the gnuclient (gnuserv package version 2.1alpha-4)
> work with emacs20 (package version 20.3-7). Emacs message:
>
> error in process filter: Wrong number of arguments: #[(
Hello,
I can't manage to make the gnuclient (gnuserv package version 2.1alpha-4)
work with emacs20 (package version 20.3-7). Emacs message:
error in process filter: Wrong number of arguments: #[(list) "F @@[EMAIL
PROTECTED] !Ä
pÉ
[other binary-stuff]
Does an
>>> "Jan" == Jan Vroonhof <[EMAIL PROTECTED]> writes:
Jan> Deniz Dogan <[EMAIL PROTECTED]> writes:
>> How can I use a normal user`s gnuserv process as root? What I
>> want to do is: as root to use a normaluser`s emacs to edit some
>>
Deniz Dogan <[EMAIL PROTECTED]> writes:
> How can I use a normal user`s gnuserv process as root? What I want to
> do is: as root to use a normaluser`s emacs to edit some conf files.
>
> [EMAIL PROTECTED]:~# xauth -f /home/deniz/.Xauthority extract - :0.0 | xauth
> merge
Hi,
How can I use a normal user`s gnuserv process as root? What I want to
do is: as root to use a normaluser`s emacs to edit some conf files.
I tried:
[EMAIL PROTECTED]:~# xauth -f /home/deniz/.Xauthority extract - :0.0 | xauth
merge -
[EMAIL PROTECTED]:~# export DISPLAY=:0.0
[EMAIL PROTECTED
29 matches
Mail list logo