Skip to Content.
Sympa Menu

sm-sorcery - Re: [SM-Sorcery]Second proposal for edit_file()

sm-sorcery AT lists.ibiblio.org

Subject: Discussion of Sorcery related topics

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: Nathan Doss <ndoss AT mtlaurel.org>
  • Cc: sm-sorcery <sm-sorcery AT lists.ibiblio.org>
  • Subject: Re: [SM-Sorcery]Second proposal for edit_file()
  • Date: Mon, 02 Sep 2002 00:52:16 -0500

Only thing I can think of is needing the -w swich so that nano won't have the line wrapping problem.

CuZnDragon
Robin Cook

Nathan Doss wrote:

Jon wrote:

As far as I know, there's never been a single problem reported with doing ${EDITOR:-nano} $1.


You've convinced me. edit_file is being changed to simply be:

edit_file() {
${EDITOR:-nano} $1
}






Archive powered by MHonArc 2.6.24.

Top of Page