Gnus development mailing list
 help / color / mirror / Atom feed
* [doc-bug] `gnus-dired.el' not documented
@ 2003-11-18 13:17 Reiner Steib
  2004-01-02 21:41 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2003-11-18 13:17 UTC (permalink / raw)


Hi,

the only spot in the manuals where the functions from `gnus-dired.el'
are mentioned is: 

,----[ (info "(gnus)Oort Gnus") ]
|    * Dired integration
| 
|      `gnus-dired-minor-mode' installs key bindings in dired buffers to
|      send a file as an attachment (`C-c C-a'), open a file using the
|      appropriate mailcap entry (`C-c C-l'), and print a file using the
|      mailcap entry (`C-c P').  It is enabled with
|           (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
`----

Could someone add more to the manual(s)?

BTW: We should change the key binding for `gnus-dired-print' (`C-c P')
to something different, as `C-c LETTER' is reserved for the user, see
(info "(emacs)Keymaps").  Maybe `C-c C-p'?  Or even gather all
gnus-dired keys under a common prefix `C-c C-[letter] ...', e.g.:

C-c C-m C-p	gnus-dired-print
C-c C-m	C-o	gnus-dired-find-file-mailcap
C-c C-m	C-a	gnus-dired-attach

(`C-c C-m' is the `mml-mode' prefix in message mode and those commands
are related to MML.)

Opinions?  Other suggestions?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




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

* Re: [doc-bug] `gnus-dired.el' not documented
  2003-11-18 13:17 [doc-bug] `gnus-dired.el' not documented Reiner Steib
@ 2004-01-02 21:41 ` Lars Magne Ingebrigtsen
  2004-01-02 22:14   ` Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2004-01-02 21:41 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> the only spot in the manuals where the functions from `gnus-dired.el'
> are mentioned is: 

[...]

> Could someone add more to the manual(s)?

Yes, having more about this in the manual would be nice.

> BTW: We should change the key binding for `gnus-dired-print' (`C-c P')
> to something different, as `C-c LETTER' is reserved for the user, see
> (info "(emacs)Keymaps").  Maybe `C-c C-p'?  Or even gather all
> gnus-dired keys under a common prefix `C-c C-[letter] ...', e.g.:
>
> C-c C-m C-p	gnus-dired-print
> C-c C-m	C-o	gnus-dired-find-file-mailcap
> C-c C-m	C-a	gnus-dired-attach

I've now made this change.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: [doc-bug] `gnus-dired.el' not documented
  2004-01-02 21:41 ` Lars Magne Ingebrigtsen
@ 2004-01-02 22:14   ` Reiner Steib
  2004-01-02 22:33     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2004-01-02 22:14 UTC (permalink / raw)


On Fri, Jan 02 2004, Lars Magne Ingebrigtsen wrote:

> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:
>
>> the only spot in the manuals where the functions from `gnus-dired.el'
>> are mentioned is: 
>
> [...]
>
>> Could someone add more to the manual(s)?
>
> Yes, having more about this in the manual would be nice.

I could add some lines (better than nothing), but I have no idea where
it would be suitable.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




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

* Re: [doc-bug] `gnus-dired.el' not documented
  2004-01-02 22:14   ` Reiner Steib
@ 2004-01-02 22:33     ` Lars Magne Ingebrigtsen
  2004-01-03 12:57       ` Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2004-01-02 22:33 UTC (permalink / raw)


Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> I could add some lines (better than nothing), but I have no idea where
> it would be suitable.

Perhaps under "Various Various"...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: [doc-bug] `gnus-dired.el' not documented
  2004-01-02 22:33     ` Lars Magne Ingebrigtsen
@ 2004-01-03 12:57       ` Reiner Steib
  0 siblings, 0 replies; 5+ messages in thread
From: Reiner Steib @ 2004-01-03 12:57 UTC (permalink / raw)


On Fri, Jan 02 2004, Lars Magne Ingebrigtsen wrote:

> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:
>
>> I could add some lines (better than nothing), but I have no idea where
>> it would be suitable.
>
> Perhaps under "Various Various"...

I added a separate node just before that one: (info "(gnus)Other
modes").

If someone suggests better name (or better wording, etc.), feel free
to change it.  But don't forget to adjust (info "(gnus)Oort Gnus") and
GNUS-NEWS, if necessary.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




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

end of thread, other threads:[~2004-01-03 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-18 13:17 [doc-bug] `gnus-dired.el' not documented Reiner Steib
2004-01-02 21:41 ` Lars Magne Ingebrigtsen
2004-01-02 22:14   ` Reiner Steib
2004-01-02 22:33     ` Lars Magne Ingebrigtsen
2004-01-03 12:57       ` Reiner Steib

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).