[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-x C-e uses $EDITOR not $FCEDIT
From: |
Chet Ramey |
Subject: |
Re: C-x C-e uses $EDITOR not $FCEDIT |
Date: |
Sat, 24 Apr 2004 14:50:16 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.6) Gecko/20040113 |
Joern.Sesterhenn@t-online.de wrote:
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
As oposed to what is written in the info-pages,
C-x C-e uses $EDITOR not $FCEDIT to determine the editor.
Thanks. It's a documentation error: Bash uses $VISUAL, then $EDITOR,
then emacs as the editor for C-xC-e.
Chet