472,353 Members | 1,587 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

"edit" doesn't use environment variable.

I've seen this question asked a couple times in this forum
but never answered, so I guess my hopes aren't too high,
but:

I'm running
mysql Ver 12.21 Distrib 4.0.14, for pc-linux (i686)
on Linux with Bash and according to the documentation,
edit (\e) Edit command with $EDITOR.


Although my $EDITOR is set to /usr/bin/vim, when I use the
edit or \e command, the editor is started as vi (in my case
it's still vim, but it gets started in vi-compatible mode,
which I don't like).

Is $EDITOR perhaps being sought in mysqld's environment
instead of mysql's? That doesn't seem like the right thing
to do, but if so, is there a workaround (that wouldn't
involve making everybody who uses this server use the same
editor)?

--
Aaron
Jul 20 '05 #1
1 2087
I wrote:
Although my $EDITOR is set to /usr/bin/vim, when I use the
edit or \e command, the editor is started as vi (in my
case it's still vim, but it gets started in vi-compatible
mode, which I don't like).


Oops! I had to wait until my post appeared before I could
reply to it, but I got some local help and this turned out
to have nothing to do with MySQL. Here's what was
happening: In my .bash_profile I was setting my editor:

EDITOR=/usr/bin/vim

but I was forgetting to export it:

export PATH

So I just changed the above line to

export PATH EDITOR

and now everything works as advertised in the MySQL manual.

Sorry for the bother!

--
Aaron
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Aarono Brown | last post by:
I've seen this question asked a couple times in this forum but never answered, so I guess my hopes aren't too high, but: I'm running > mysql ...
2
by: Nalaka | last post by:
Hi (I am using visual studio 2005 beta 2) I have a simple asp.net data grid, with a edit (update and cancel) set. When the button mode is...
6
by: Larry Woods | last post by:
I am trying to name my submenus (MainMenu control) and they show up in the menu dropdown...like they are O.K., but when I check my controls the...
2
by: Learner | last post by:
Hello, I have a GridView control on my webform. I can see the data in my GridView control but I don't see any option to hide or delete the Edit...
0
by: Amil Hanish | last post by:
I want to add some different controls on my web page that have "edit" capabilities. This would be like a portal starter kit module where, if...
1
by: Kosmös Pollard | last post by:
Hey guys, I'm rather new to access and can not seem to figure out what is wrong with this code I will post below...but first...it was working...
1
by: Benny Ng | last post by:
Dear All, Now I met one problem in the development of my one application. I have one ASP.NET page. It's for disply the information of customer....
1
by: komaladevi | last post by:
can any one help me in writing acode -"how to edit "edit item template" dynamically""
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.