[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] edit: Friendlier error message.
From: |
Andreas Enge |
Subject: |
Re: [PATCH] edit: Friendlier error message. |
Date: |
Sat, 7 Nov 2015 04:25:13 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Thu, Nov 05, 2015 at 12:08:35PM +0100, Ludovic Courtès wrote:
> > + (unless (search-path (parse-path (getenv "PATH")) (%editor))
> > + (leave (_ "Couldn't find editor '~a'. Please check $EDITOR and
> > $PATH.")
> > + (%editor)))
An additional, heterodox suggestion: Maybe also test for $VISUAL.
Andreas