Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* grouping in Gnus
@ 2007-08-07 16:35 someusernamehere
  2007-08-07 16:48 ` Tom Rauchenwald
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: someusernamehere @ 2007-08-07 16:35 UTC (permalink / raw)
  To: info-gnus-english

Hey, how I can store/grouping mails on this way:

http://people.debian.org/~srivasta/images/gnus/gnus-group-1.png

I mean, how about, important, work, announcements, local, humors,
etc ??

thanks

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: grouping in Gnus
  2007-08-07 16:35 grouping in Gnus someusernamehere
@ 2007-08-07 16:48 ` Tom Rauchenwald
  2007-08-07 16:51 ` David Z Maze
  2007-08-07 18:29 ` Steven E. Harris
  2 siblings, 0 replies; 7+ messages in thread
From: Tom Rauchenwald @ 2007-08-07 16:48 UTC (permalink / raw)
  To: info-gnus-english

someusernamehere <someusernamehere@gmail.com> writes:

> Hey, how I can store/grouping mails on this way:
>
> http://people.debian.org/~srivasta/images/gnus/gnus-group-1.png
>
> I mean, how about, important, work, announcements, local, humors,
> etc ??

Use topic mode. Put something like this in your .gnus.el:

(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)

When in Topic Mode you can press T n to create a new topic.
To move Groups around just kill them (C-k) and yank them where they
should go (C-y).
Everything else is in the manual.

> thanks

Tom

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: grouping in Gnus
  2007-08-07 16:35 grouping in Gnus someusernamehere
  2007-08-07 16:48 ` Tom Rauchenwald
@ 2007-08-07 16:51 ` David Z Maze
  2007-08-07 17:39   ` someusernamehere
  2007-08-07 18:29 ` Steven E. Harris
  2 siblings, 1 reply; 7+ messages in thread
From: David Z Maze @ 2007-08-07 16:51 UTC (permalink / raw)
  To: info-gnus-english

someusernamehere <someusernamehere@gmail.com> writes:

> Hey, how I can store/grouping mails on this way:
>
> http://people.debian.org/~srivasta/images/gnus/gnus-group-1.png

Turn on topic mode?

info://gnus/Group+Topics

  --dzm

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: grouping in Gnus
  2007-08-07 16:51 ` David Z Maze
@ 2007-08-07 17:39   ` someusernamehere
  2007-08-07 19:05     ` Tassilo Horn
  0 siblings, 1 reply; 7+ messages in thread
From: someusernamehere @ 2007-08-07 17:39 UTC (permalink / raw)
  To: info-gnus-english

On 7 ago, 11:51, David Z Maze <dm...@mit.edu> wrote:
> someusernamehere <someusernameh...@gmail.com> writes:
> > Hey, how I can store/grouping mails on this way:
>
> >http://people.debian.org/~srivasta/images/gnus/gnus-group-1.png
>
> Turn on topic mode?
>
> info://gnus/Group+Topics


Im wondering how I can access to this => info://gnus/Group+Topics ????

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: grouping in Gnus
  2007-08-07 16:35 grouping in Gnus someusernamehere
  2007-08-07 16:48 ` Tom Rauchenwald
  2007-08-07 16:51 ` David Z Maze
@ 2007-08-07 18:29 ` Steven E. Harris
  2 siblings, 0 replies; 7+ messages in thread
From: Steven E. Harris @ 2007-08-07 18:29 UTC (permalink / raw)
  To: info-gnus-english

someusernamehere <someusernamehere@gmail.com> writes:

> Hey, how I can store/grouping mails on this way:

These groupings of groups are called "topics" in Gnus.

Try evaluating the following:

  (Info-goto-node "(Gnus)Group Topics")

-- 
Steven E. Harris

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: grouping in Gnus
  2007-08-07 17:39   ` someusernamehere
@ 2007-08-07 19:05     ` Tassilo Horn
  2007-08-07 20:36       ` Reiner Steib
  0 siblings, 1 reply; 7+ messages in thread
From: Tassilo Horn @ 2007-08-07 19:05 UTC (permalink / raw)
  To: info-gnus-english

someusernamehere <someusernamehere@gmail.com> writes:

Hi,

> Im wondering how I can access to this => info://gnus/Group+Topics ????

If you used Gnus you could simply click on it.  Else you can access it
with emacs with

  M-x info RET m Gnus RET m Group Topics RET

Bye,
Tassilo
-- 
People sometimes  ask me if it  is a sin in  the Church of  Emacs to use
vi. Using a free  version of vi is not a sin; it  is a penance. So happy
hacking. (Richard M. Stallman)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: grouping in Gnus
  2007-08-07 19:05     ` Tassilo Horn
@ 2007-08-07 20:36       ` Reiner Steib
  0 siblings, 0 replies; 7+ messages in thread
From: Reiner Steib @ 2007-08-07 20:36 UTC (permalink / raw)
  To: info-gnus-english

On Tue, Aug 07 2007, Tassilo Horn wrote:

>> Im wondering how I can access to this => info://gnus/Group+Topics ????
>
> If you used Gnus you could simply click on it.  Else you can access it
> with emacs with
>
>   M-x info RET m Gnus RET m Group Topics RET

I'd suggest not to use the info://file/node format.  It's the Gnus
home brewed style not used in any other application.  I don't see a
good reason to use it instead of
  (info "(gnus)Group Topics")
or
  (info "(gnus)Group Topics"); <== Press C-x C-e here!
in Emacs related groups.  See [1].

Bye, Reiner.

[1] http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/misc/rs-info.el
,----[ <f1> f rs-info-insert-current-node RET ]
| rs-info-insert-current-node is an interactive Lisp function in `rs-info.el'.
| (rs-info-insert-current-node style &optional noinsert)
| 
| Insert reference to current Info node using style in buffer.
| 
| If noinsert (the prefix), return the string instead.
| 
| Possible styles (must be a symbol):
| - `emacs' (Emacs style): (info "(file)node")
| - `emacs-press': as `emacs' plus a note about `C-x C-e'
| - `emacs-keys-goto' (Emacs key sequence): `C-h i g (file)node RET'
| - `emacs-keys-menu' (Emacs menu key sequence): `C-h i d m file RET m node RET'
| - `custom-manual': ":link '(custom-manual "(file)node")" for `defcustom'
| - `info-link': ":link '(info-link "(file)node")" for `defcustom'
| - `texinfo-ref-full': A full "@ref{...}" for Texinfo
| - `texinfo-ref': "@ref{...}" for Texinfo within the same file
| - `gnus' (the Gnus home brewed style): <info://file/node> (deprecated)
| - `gnome' (GNOME style): <info:foo#bar_baz>
| - `kde' (KDE style): <info:(foo)bar baz>
| - `konqueror' (Konqueror style): <info:/foo/bar baz>
| 
| When used interactively, the default is taken from `rs-info-style-alist'.
| 
| For `emacs' and `emacs-press' style see the variable
| `rs-info-goto-node-string'.
`----
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-08-07 20:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-07 16:35 grouping in Gnus someusernamehere
2007-08-07 16:48 ` Tom Rauchenwald
2007-08-07 16:51 ` David Z Maze
2007-08-07 17:39   ` someusernamehere
2007-08-07 19:05     ` Tassilo Horn
2007-08-07 20:36       ` Reiner Steib
2007-08-07 18:29 ` Steven E. Harris

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 NNTP newsgroup(s).