Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!seismo!rochester!pt.cs.cmu.edu!spice.cs.cmu.edu!mjp From: mjp@spice.cs.cmu.edu (Michael Portuesi) Newsgroups: net.emacs,net.micro.amiga Subject: MicroEmacs 3.7 problem Message-ID: <1054@spice.cs.cmu.edu> Date: Fri, 8-Aug-86 04:10:51 EDT Article-I.D.: spice.1054 Posted: Fri Aug 8 04:10:51 1986 Date-Received: Sat, 9-Aug-86 07:04:20 EDT Reply-To: mjp@spice.cs.cmu.edu (Michael Portuesi) Distribution: net Organization: Carnegie-Mellon University, CS/RI Lines: 38 Xref: watmath net.emacs:2176 net.micro.amiga:4243 Keywords: MicroEMACS 3.7 has a minor problem. Not a bug, but a problem. The word "beginning" is misspelled as "begining" throughout the source code and documentation. This means that the functions "beginning-of-line" and "beginning-of-file" are improperly named "begining-of-line" and "begining-of-file". This could cause some nasty problems for good spellers (like me) that try to execute these functions as named commands or to bind them to new keys. You can do one of three things: 1) Realize the misspelling and remember it if you are running named commands or rebinding keys 2) Do a global replace of "begining" with "beginning" throughout the source code and documentation. Not only must the assignments of names to functions in efunc.h be changed, but also all the .cmd files (such as menu.cmd, menu1.cmd, azmap.cmd) and the standard emacs.rc file. I found the places that needed changing using grep, and replaced them with Emacs. 3) If you are a bad speller and are prone to spelling these words with one 'n', none of this will affect you anyway. -- +----------------------------------------------------------------------------+ | Mike Portuesi | | Carnegie-Mellon University Computer Science Department | | | | ARPA: mjp@spice.cs.cmu.edu (preferred), mp1u@td.cc.cmu.edu | | UUCP: {harvard | seismo | ucbvax | decwrl}!spice.cs.cmu.edu!mjp | | | | "Little things remind me of you...Cheap cologne and that damn song too!" | | --The Flirts, "Jukebox" | +----------------------------------------------------------------------------+