Crosstips.org

My fun Crossword solver project. Crosstips.org & Krysstips.se

Kung Fu

Fujian White Crane Kung Fu

Fry-IT

Fry-IT is the company I work for

Photos

Photoalbum, both old and new.

Zope

What I have and am doing with Zope

Receptsamlingen

In Swedish only. About my "Collection of Recipes" website.

Contact me

My contact details and how to contact me.

 

KungFuPeople.com
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com


Mobile version of this page Mobile version of this page


 

Keybinding ALT-F in Jed

http://www.jedsoft.org/jed/

jed, emacs, bindings

26th of January 2004

In the basic setup of jed when you press ALT-F (i.e. Alt key at the same time as letter "f") it opens the File menu. I didn't want that. I wanted it to be like in Emacs where ALT-F means skip-word.

The README said to set ALT_CHAR = 27; like this FAQ said. Well, that didn't work. After some more google searching I found out how to do it!:

 () = evalfile("emacs");           % Emacs-like bindings

Now it works like I think it should. I write it here because I'll probably forget for the next time.

Jed is the editor I use the most when not working in a graphical environment. Almost all of the code to this website has been developed using jed.



Comment

Fergal - 4th June 2007  [«« Reply to this]
You also need to comment out enable_menu_keys ()
 
Name:
Email:
hide my email address.

Your email address will be encoded to prevent email-extraction spiders from reading it so you won't get spammed if you decide to show your email address.