emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-mode, please change the name of function org-metaleft etc


From: Lennart Borgman (gmail)
Subject: Re: org-mode, please change the name of function org-metaleft etc
Date: Wed, 31 Oct 2007 18:43:04 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

Bastien wrote:
Jason Rumney <address@hidden> writes:

Lennart Borgman (gmail) wrote:
The function name does not describe what it does. It is of course, as
Bastien pointed out, quite hard to name this function after that ...
I'd suggest org-electric-left as better than org-metaleft. The word
electric is used in other commands that act differently according to
context, and it does not tie it to a specific key binding.

A simple M-x occur on org.el gives:

  25151:(defun org-shiftmetaleft ()
  25198:(defun org-metaleft (&optional arg)
  25283:(defun org-shiftleft ()
  25301:(defun org-shiftcontrolleft ()

I guess `org-electric-left' won't be descriptive enough, even if it is a
good start.

Maybe I should explain my original concern a bit better. If you do

  C-h f org-mode RET

you will see a long list of key bindings and function names like those we are discussing. If the function names where written with `', like

  <M-left>        `org-metaleft'

then you could at least click on the function names directly to get more information. How about that?

(The list of key bindings is inserted through \\{org-mode-map} in org-mode doc string.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]