Richard Stallman <[EMAIL PROTECTED]> writes: > >> 2. Displaying one line of warning message for each rebound key > >> sequence is really annoying. We should just highlight them in a > >> different face and display the message in a tooltip, and/or when > >> the text is clicked on. After all, there is already a big warning > >> message at the top of the tutorial page saying keys have been > >> rebound; no need to hammer it in. > > > > Indeed. It should only give each warning once ... and just have > > a tool-tip on other occurrences. > > I implemented this, too. > > I don't think that is a good idea. But what do you mean by "just a > tool-tip"?
Suppose I rebind C-v. Instead of displaying a line ** C-v has been rebound, but you can use <next> instead [More] ** at every instance of C-v in the tutorial, now that line appears the first time C-v appears in the tutorial; both C-v and the line are highlighted in tutorial-warning-face. For subsequent instances of C-v, the C-v is highlighted in tutorial-warning-face, but the line is omitted (this is to prevent many, many instances of, the line appearing, which makes it difficult to read the tutorial text). When you put the mouse over C-v, the message is displaying in a tooltip. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
