unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "René Kyllingstad" <listmailemacs@kyllingstad.com>
To: emacs-devel@gnu.org
Subject: Re: window groups
Date: Tue, 03 Jun 2008 15:21:03 +0200	[thread overview]
Message-ID: <7id64pts.fsf@smtpserver.esmertec.com> (raw)
In-Reply-To: <87zlq2ivj0.fsf@escher.local.home> (Stephen Berman's message of "Tue, 03 Jun 2008 13:54:11 +0200")

* Stephen Berman:
>  On Tue, 03 Jun 2008 13:26:39 +0200 martin rudalics <rudalics@gmx.at>
>  wrote:
>  
> >> It doesn't even handle the case where you have 2 windows in a frame
> >> and you invoke help.  Instead of burying the help buffer it closes the
> >> window.  Thank you view mode.
> >>
> >> Ie, in Emacs 22.2 -Q: C-x 3 C-h f i f RET C-x o q gives me a one
> >> window configuration, and in an older emacs session often even changes
> >> the buffer displayed in that window. It feels like it goes out of its
> >> way to disrupt my work.
> >
> > This should work with Emacs 23.  Can someone try?
>  
>  Works for me in GNU Emacs 23.0.60.9 (i686-pc-linux-gnu, GTK+ Version
>  2.12.0) of 2008-05-29 on escher.

Sweet. Thank you Martin!


That was one thing that has annoyed me since switching from XEmacs. I also
miss the compact disiplay of hyper-apropos bound to C-h a in XEmacs.  Here
is an example as was recently asked for:

Apropos search for: "upcase"

* = command (M-x) or user-variable.
a = autoloaded, b = byte-compiled, i = internal, l = lambda, m = macro.

Functions and Macros:

b  cl-upcase-arg                 
a* dired-upcase                   - Rename all marked (or next ARG) files to upper case.
i  upcase                         - Convert STRING-OR-CHAR to upper case and return that.
i  upcase-initials                - Convert the initial of each word in STRING-OR-CHAR to upper case.
i* upcase-initials-region         - Upcase the initial of each word in the region.
i* upcase-region                  - Convert the region to upper case.  In programs, wants two arguments.
b* upcase-region-or-word          - Upcase the selected region or the following word (or ARG words).
i* upcase-word                    - Convert following word (or COUNT words) to upper case, moving over.
b* wdired-upcase-word             - Wdired version of `upcase-word'.


Variables and Constants:

   byte-upcase                   

---end-of-XEmacs-output---

Compare with M-x apropos on GNU Emacs 22.2:

If moving the mouse over text changes the text's color, you can click
mouse-2 (second button from right) on that text to get more information.
In this buffer, go to the name of the command, or function, or variable,
and type RET to get full documentation.

byte-upcase
  Variable: (not documented)
  Plist: risky-local-variable emacs19-opcode byte-opcode-invert
dired-upcase
  Command: Rename all marked (or next ARG) files to upper case.
  Plist: autoload event-symbol-element-mask event-symbol-elements modifier-cache
get-upcase-table
  Function: Return the upcase table of CASE-TABLE.
set-upcase-syntax
  Function: Make character UC an upcase of character LC.
upcase
  Function: Convert argument to upper case and return that.
  Plist: event-symbol-element-mask event-symbol-elements modifier-cache byte-compile byte-opcode side-effect-free
upcase-initials
  Function: Convert the initial of each word in the argument to upper case.
upcase-initials-region
  Command: Upcase the initial of each word in the region.
  Plist: event-symbol-element-mask event-symbol-elements modifier-cache
upcase-region
  Command: Convert the region to upper case.  In programs, wants two arguments.
  Plist: disabled event-symbol-element-mask event-symbol-elements modifier-cache
upcase-word
  Command: Convert following word (or ARG words) to upper case, moving over.
  Plist: event-symbol-element-mask event-symbol-elements modifier-cache
wdired-upcase-word
  Command: WDired version of `upcase-word'.
  Plist: event-symbol-element-mask event-symbol-elements modifier-cache

---end-of-GNU-Emacs-output---

I find the tabular format of XEmacs easier to parse.


-- René





  reply	other threads:[~2008-06-03 13:21 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-28 12:22 window groups martin rudalics
2008-05-29  1:39 ` Richard M Stallman
2008-05-29  9:26   ` martin rudalics
2008-05-29 16:30     ` Stefan Monnier
2008-05-30  7:05       ` martin rudalics
2008-05-30 13:58         ` Stefan Monnier
2008-05-30 19:27           ` martin rudalics
2008-05-31  4:52             ` Stefan Monnier
2008-05-31  9:10               ` martin rudalics
2008-05-30  0:59     ` Richard M Stallman
2008-05-30  7:08       ` martin rudalics
2008-05-31  2:07         ` Richard M Stallman
2008-05-31  6:17           ` Daniel Colascione
2008-05-31  7:09             ` Miles Bader
2008-05-31  9:10           ` martin rudalics
2008-05-30  0:59     ` Richard M Stallman
2008-05-30  7:08       ` martin rudalics
2008-05-29 15:18 ` Chong Yidong
2008-05-30  7:06   ` martin rudalics
2008-05-29 16:10 ` Chong Yidong
2008-05-29 19:11   ` Miles Bader
2008-05-29 21:40     ` Chong Yidong
2008-05-29 22:33       ` Miles Bader
2008-05-29 23:53         ` Thomas Lord
2008-05-30  7:07           ` martin rudalics
2008-05-30 16:42             ` Thomas Lord
2008-05-30 16:08               ` Stefan Monnier
2008-05-31  9:10               ` martin rudalics
2008-05-31 11:52                 ` Juanma Barranquero
2008-05-31 13:36                   ` martin rudalics
2008-05-31 17:22                     ` Thomas Lord
2008-05-31 22:37                       ` martin rudalics
2008-06-02  3:49                         ` Thomas Lord
2008-06-02  9:34                           ` martin rudalics
2008-06-02 21:32                             ` Thomas Lord
2008-06-03  5:52                             ` Miles Bader
2008-06-03  9:02                               ` martin rudalics
2008-06-03  9:51                                 ` René Kyllingstad
2008-06-03 11:26                                   ` martin rudalics
2008-06-03 11:54                                     ` Stephen Berman
2008-06-03 13:21                                       ` René Kyllingstad [this message]
2008-06-08  2:39                                         ` Stefan Monnier
2008-08-18 15:37                                           ` René Kyllingstad
2008-05-30  7:07         ` martin rudalics
2008-05-30  7:07     ` martin rudalics
2008-05-30  7:07   ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7id64pts.fsf@smtpserver.esmertec.com \
    --to=listmailemacs@kyllingstad.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).