Gnus development mailing list
 help / color / mirror / Atom feed
* Suggestion for the manual
@ 1999-05-02  8:59 David Hedbor
  1999-05-02  9:43 ` Carey Evans
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: David Hedbor @ 1999-05-02  8:59 UTC (permalink / raw)


I think there is one thing that would be very nice to have in the
manual - pointers to where in the Gnus customize buffers variables are
customized. On several occasions I have spent time trying to locate
certain variables. Since there is no way to search the customize
buffers (as far as I know), it can be hard to find where that variable 
gnus-group-foo-bar-p is located. 

The reason I feel this is important is that I'm trying to get away
from using setq in .gnus.el as much as I can.

On a non-related, mostly out-of-topic, issue I'm having problems with
w3 displaying emails. I have this in .emacs (from customizing w3):

 '(w3-user-colors-take-precedence t)

Never the less, emails are displayed with the white background defined 
in them. If I load .emacs again after w3 is loaded, everything behaves 
as expected. I'm using have 4.0pre31.


-- 
[ Below is a random fortune, which is unrelated to the above message. ]
If I had only known, I would have been a locksmith.
		-- Albert Einstein



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

* Re: Suggestion for the manual
  1999-05-02  8:59 Suggestion for the manual David Hedbor
@ 1999-05-02  9:43 ` Carey Evans
  1999-05-02  9:59 ` Simon Josefsson
  1999-05-05 20:43 ` Justin Sheehy
  2 siblings, 0 replies; 9+ messages in thread
From: Carey Evans @ 1999-05-02  9:43 UTC (permalink / raw)


David Hedbor <david@hedbor.org> writes:

> Since there is no way to search the customize
> buffers (as far as I know), it can be hard to find where that variable 
> gnus-group-foo-bar-p is located. 

There are the useful `customize-variable' and `customize-apropos'
commands (in XEmacs 20.4, anyway), which might be what you're looking
for.

-- 
	 Carey Evans  http://home.clear.net.nz/pages/c.evans/

	     "I'm not a god.  I've just been misquoted."


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

* Re: Suggestion for the manual
  1999-05-02  8:59 Suggestion for the manual David Hedbor
  1999-05-02  9:43 ` Carey Evans
@ 1999-05-02  9:59 ` Simon Josefsson
  1999-05-02 19:59   ` David Hedbor
  1999-05-05 20:43 ` Justin Sheehy
  2 siblings, 1 reply; 9+ messages in thread
From: Simon Josefsson @ 1999-05-02  9:59 UTC (permalink / raw)
  Cc: ding

David Hedbor <david@hedbor.org> writes:

> I think there is one thing that would be very nice to have in the
> manual - pointers to where in the Gnus customize buffers variables are
> customized. On several occasions I have spent time trying to locate
> certain variables. Since there is no way to search the customize
> buffers (as far as I know), it can be hard to find where that variable 
> gnus-group-foo-bar-p is located. 

Doesn't M-x customize-variable RET gnus-group-foo-bar-p RET work?

(or help -> customize -> specific option if you're into menubars)


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

* Re: Suggestion for the manual
  1999-05-02  9:59 ` Simon Josefsson
@ 1999-05-02 19:59   ` David Hedbor
  0 siblings, 0 replies; 9+ messages in thread
From: David Hedbor @ 1999-05-02 19:59 UTC (permalink / raw)


Simon Josefsson <jas@pdc.kth.se> writes:

> Doesn't M-x customize-variable RET gnus-group-foo-bar-p RET work?
> 
> (or help -> customize -> specific option if you're into menubars)

This does work. I wasn't aware of this function. Thanks both of you.

-- 
[ Below is a random fortune, which is unrelated to the above message. ]
Adore, v.:
	To venerate expectantly.
		-- Ambrose Bierce, "The Devil's Dictionary"



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

* Re: Suggestion for the manual
  1999-05-02  8:59 Suggestion for the manual David Hedbor
  1999-05-02  9:43 ` Carey Evans
  1999-05-02  9:59 ` Simon Josefsson
@ 1999-05-05 20:43 ` Justin Sheehy
  1999-05-05 21:59   ` David Hedbor
  2 siblings, 1 reply; 9+ messages in thread
From: Justin Sheehy @ 1999-05-05 20:43 UTC (permalink / raw)


David Hedbor <david@hedbor.org> writes:

> The reason I feel this is important is that I'm trying to get away
> from using setq in .gnus.el as much as I can.

Why?

-Justin


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

* Re: Suggestion for the manual
  1999-05-05 20:43 ` Justin Sheehy
@ 1999-05-05 21:59   ` David Hedbor
  1999-05-06  1:04     ` Stainless Steel Rat
  0 siblings, 1 reply; 9+ messages in thread
From: David Hedbor @ 1999-05-05 21:59 UTC (permalink / raw)


Justin Sheehy <justin@linus.mitre.org> writes:

> David Hedbor <david@hedbor.org> writes:
> 
> > The reason I feel this is important is that I'm trying to get away
> > from using setq in .gnus.el as much as I can.
> 
> Why?

Personal preference. I feel that using customize is a better solution.

-- 
[ Below is a random fortune, which is unrelated to the above message. ]
There are more ways of killing a cat than choking her with cream.



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

* Re: Suggestion for the manual
  1999-05-05 21:59   ` David Hedbor
@ 1999-05-06  1:04     ` Stainless Steel Rat
  1999-05-06  2:22       ` David Hedbor
  0 siblings, 1 reply; 9+ messages in thread
From: Stainless Steel Rat @ 1999-05-06  1:04 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* David Hedbor <david@hedbor.org>  on Wed, 05 May 1999
| Personal preference. I feel that using customize is a better solution.

Customize is not a "better solution" for people who know how to use Emacs.
This was a popular religious war last month over on the gnu.emacs
newsgroups; check deja-news for details if you must.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE3MOqsgl+vIlSVSNkRArFyAKCI/6GjVCL2xhURoYw5l+pAiaHDagCeNgUA
b4Nx0njMMkxqN2u1NWZfels=
=amv1
-----END PGP SIGNATURE-----

-- 
Rat <ratinox@peorth.gweep.net>    \ When not in use, Happy Fun Ball should be
Minion of Nathan - Nathan says Hi! \ returned to its special container and
PGP Key: at a key server near you!  \ kept under refrigeration.


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

* Re: Suggestion for the manual
  1999-05-06  1:04     ` Stainless Steel Rat
@ 1999-05-06  2:22       ` David Hedbor
  1999-05-06 17:21         ` Stainless Steel Rat
  0 siblings, 1 reply; 9+ messages in thread
From: David Hedbor @ 1999-05-06  2:22 UTC (permalink / raw)


Stainless Steel Rat <ratinox@peorth.gweep.net> writes:

> * David Hedbor <david@hedbor.org>  on Wed, 05 May 1999
> | Personal preference. I feel that using customize is a better solution.
> 
> Customize is not a "better solution" for people who know how to use Emacs.
> This was a popular religious war last month over on the gnu.emacs
> newsgroups; check deja-news for details if you must.

Please note that I said "personal preference" and "I feel that [it] is
a better solution". I am by no means an Emacs expert but I do know
enough to do configuration manually. Still I think customize is a lot
nicer. If you are new to Emacs, or simply new to Gnus, it's one of the
best things that ever happened to Emacs. It's a lot easier to
configure Gnus (unless you know the variables in Gnus by heart) by
point'n'click than it is to read info pages.

What's wrong with being user and especially newbie friendly?

-- 
[ Below is a random fortune, which is unrelated to the above message. ]
Stupid, n.:
	Losing $25 on the game and $25 on the instant replay.



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

* Re: Suggestion for the manual
  1999-05-06  2:22       ` David Hedbor
@ 1999-05-06 17:21         ` Stainless Steel Rat
  0 siblings, 0 replies; 9+ messages in thread
From: Stainless Steel Rat @ 1999-05-06 17:21 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* David Hedbor <david@hedbor.org>  on Wed, 05 May 1999
| What's wrong with being user and especially newbie friendly?

Like I said, look at the thread on the newsgroup.  I really do not feel
like rehashing it, especially not here.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE3Mc+bgl+vIlSVSNkRApg6AKDe8t7Q1DSVBImoVIhhW7U6Jy0CagCgiyod
m8KvtqR33BeLPPCHD37Ffo0=
=2+tJ
-----END PGP SIGNATURE-----

-- 
Rat <ratinox@peorth.gweep.net>    \ Warning: pregnant women, the elderly, and
Minion of Nathan - Nathan says Hi! \ children under 10 should avoid prolonged
PGP Key: at a key server near you!  \ exposure to Happy Fun Ball.



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

end of thread, other threads:[~1999-05-06 17:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-02  8:59 Suggestion for the manual David Hedbor
1999-05-02  9:43 ` Carey Evans
1999-05-02  9:59 ` Simon Josefsson
1999-05-02 19:59   ` David Hedbor
1999-05-05 20:43 ` Justin Sheehy
1999-05-05 21:59   ` David Hedbor
1999-05-06  1:04     ` Stainless Steel Rat
1999-05-06  2:22       ` David Hedbor
1999-05-06 17:21         ` Stainless Steel Rat

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