retitle 550843 ldapvi: does neither handle $EDITOR nor $PAGER values with
arguments
kthxbye
Hi,
I ran into this issue today, too, with $PAGER set to "less -s" like in
this thread on the upstream ML:
http://lists.askja.de/pipermail/ldapvi/2011-May/92.html
Rhonda wrote on Wed, 14 Oct 2009 11:
Here’s a better patch that also fixes a crash on 64-bit systems (due to
execl(…, 0) instead of execl(…, (char *) NULL)). Also sent upstream:
http://lists.askja.de/pipermail/ldapvi/2010-December/85.html
http://lists.askja.de/pipermail/ldapvi/2010-December/86.html
Andersdiff -u ldapvi-1.
tags 550843 +patch
thanks
Here’s a patch to fix this by launching the editor command via /bin/sh. I
also sent this upstream:
http://lists.askja.de/pipermail/ldapvi/2010-December/84.htmldiff -u ldapvi-1.7/debian/changelog ldapvi-1.7/debian/changelog
--- ldapvi-1.7/debian/changelog
+++ ldapvi-
* Marcus Better [2009-10-14 09:45:30 CEST]:
> Gerfried Fuchs wrote:
> >> EDITOR="emacsclient --alternate-editor emacs"
>
> > The question rather would be: How would you specify a pathname/filename
> > that has spaces in it?
>
> By escaping like the shell perhaps?
That would break the curren
Hi,
Quoting Marcus Better (mar...@better.se):
> > The question rather would be: How would you specify a pathname/filename
> > that has spaces in it?
>
> By escaping like the shell perhaps?
That is what svn documents in the svnbook, yes.
> > following that approach might raise security related
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gerfried Fuchs wrote:
>> EDITOR="emacsclient --alternate-editor emacs"
> The question rather would be: How would you specify a pathname/filename
> that has spaces in it?
By escaping like the shell perhaps?
> following that approach might raise se
6 matches
Mail list logo