all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: "gnus help"
  2004-06-20 11:41 gnus help david
@ 2004-06-20  9:36 ` Florian v. Savigny
  2004-06-20  9:43   ` Florian v. Savigny
  0 siblings, 1 reply; 8+ messages in thread
From: Florian v. Savigny @ 2004-06-20  9:36 UTC (permalink / raw


On 20 Jun 2004 04:41:33 -0700, david <liuyingzhi@yahoo.com> wrote:

>
> i want to change the From:my_email varible
>
> where can i find it ?
>
>

Perhaps you mean

(setq user-mail-address "my_email"
      user-full-name "My name")


which works for mail. But you haven't stated whether you want to use it for 
outgoing mail or for outgoing news articles. For the latter,

 (setq
  gnus-posting-styles
  '((".*"  ; the all-matching regexp
     (name "My name")
     (address "my_email"))))

might be what you want (I do not now know what the stuff with the regexp 
precisely is about, but the first element of gnus-posting-styles probably 
is not optional, so I left it as it is in my ~/.gnus).

Note that for mail, your server might not allow you to specify arbitrary 
sender addresses. Note also that if you plan to put in a faked email 
address to escape spam, this is widely frowned upon. Consider opening a 
yahoo mail account instead.

NOTE ALSO that you should write an informative subject line (such as 
"specifying the sender address when using mail" or "specifying the sender 
address when using gnus") when posting an article (I am not criticising 
your English, but the content! It's OK not to be perfect in English.)

Florian

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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

* Re: "gnus help"
  2004-06-20  9:36 ` "gnus help" Florian v. Savigny
@ 2004-06-20  9:43   ` Florian v. Savigny
  0 siblings, 0 replies; 8+ messages in thread
From: Florian v. Savigny @ 2004-06-20  9:43 UTC (permalink / raw


On Sun, 20 Jun 2004 11:36:10 +0200, Florian v. Savigny


Oops. Your subject line said "gnus help". Ok, I had read "gnu emacs help" - 
still half asleep, sorry. There is a separate newsgroup for Gnus called 
gnu.emacs.gnus!

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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

* gnus help
@ 2004-06-20 11:41 david
  2004-06-20  9:36 ` "gnus help" Florian v. Savigny
  0 siblings, 1 reply; 8+ messages in thread
From: david @ 2004-06-20 11:41 UTC (permalink / raw



i want to change the From:my_email varible

where can i find it ?

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

* GNUS Help
@ 2009-02-05 12:58 Chris Willard
  2009-02-06 20:11 ` Chris Willard
  0 siblings, 1 reply; 8+ messages in thread
From: Chris Willard @ 2009-02-05 12:58 UTC (permalink / raw
  To: help-gnu-emacs

Hello All,

As I spend lots of time in emacs I would like to try using gnus for
email instead of mutt.

Does anyone have, or know of, a tutorial to get me started? I have
looked at various web site but they don't really help.

Regards,


Chris.

-- 
oOoOo         "Happy feet...I've got those happy feet..."          oOoOo
 oOoOo                                                            oOoOo
  oOoOo                                                          oOoOo

--
This message was scanned by ESVA and is believed to be clean.





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

* Re: GNUS Help
       [not found] <mailman.34.1233838719.17492.help-gnu-emacs@gnu.org>
@ 2009-02-06  6:51 ` Martin Fischer
  2009-02-06 15:33   ` tyler
  2009-02-06 18:51 ` Ted Zlatanov
  1 sibling, 1 reply; 8+ messages in thread
From: Martin Fischer @ 2009-02-06  6:51 UTC (permalink / raw
  To: help-gnu-emacs


Chris Willard writes:

> Hello All,
>
> As I spend lots of time in emacs I would like to try using gnus for
> email instead of mutt.
>
> Does anyone have, or know of, a tutorial to get me started? I have
> looked at various web site but they don't really help.
>
> Regards,
>
>
> Chris.

Hi,

since you "spend lots of time in emacs", have you already used the info
system ?

  C-h i

  m gnus RET

  m mail TAB TAB

    Possible completions are:
    Mail                        Mail Back End Variables
    Mail Folders                Mail Group Commands
    Mail Source Customization   Mail Source Specifiers
    Mail Sources                Mail Spool
    Mail and Post               Mail in a Newsreader
    Mail-To-News Gateways       Mail-like Back Ends
    Maildir                     Mailing List

Martin


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

* Re: GNUS Help
  2009-02-06  6:51 ` Martin Fischer
@ 2009-02-06 15:33   ` tyler
  0 siblings, 0 replies; 8+ messages in thread
From: tyler @ 2009-02-06 15:33 UTC (permalink / raw
  To: help-gnu-emacs

Martin Fischer <parozusa@web.de> writes:

> Chris Willard writes:
>
>> As I spend lots of time in emacs I would like to try using gnus for
>> email instead of mutt.
>>
>> Does anyone have, or know of, a tutorial to get me started? I have
>> looked at various web site but they don't really help.
>>
>
> since you "spend lots of time in emacs", have you already used the info
> system ?

I have done this, and since the OP was looking for a tutorial to get him
started, the most pertinent entry in the gnus manual is probably
appendix 10.3:

* On Writing Manuals::          Why this is not a beginner's guide.

The Gnus info manual is, by design, not a good introduction to Gnus.
There is a tutorial available at 

http://www.emacswiki.org/emacs/GnusTutorial


Cheers,

Tyler
 
-- 
The contents of this email have been carefully examined by skilled
artisans to ensure that only the purest, archival-quality, virus-free
bits have been used in its construction.





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

* Re: GNUS Help
       [not found] <mailman.34.1233838719.17492.help-gnu-emacs@gnu.org>
  2009-02-06  6:51 ` Martin Fischer
@ 2009-02-06 18:51 ` Ted Zlatanov
  1 sibling, 0 replies; 8+ messages in thread
From: Ted Zlatanov @ 2009-02-06 18:51 UTC (permalink / raw
  To: help-gnu-emacs

On Thu, 5 Feb 2009 12:58:21 +0000 Chris Willard <chris@thewillards.co.uk> wrote: 

CW> As I spend lots of time in emacs I would like to try using gnus for
CW> email instead of mutt.

CW> Does anyone have, or know of, a tutorial to get me started? I have
CW> looked at various web site but they don't really help.

The Emacs Wiki has good info.  I got started with the Gnus manual,
personally.  It's more work but you will learn about all the
functionality as you read through it.

BTW, Gnus and GNUS are different.  You probably mean Gnus.  GNUS is a
special version you're unlikely to encounter, and is not the one in the
Emacs releases.

Ted


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

* Re: GNUS Help
  2009-02-05 12:58 GNUS Help Chris Willard
@ 2009-02-06 20:11 ` Chris Willard
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Willard @ 2009-02-06 20:11 UTC (permalink / raw
  To: help-gnu-emacs

On Thu, 05 Feb 2009, Chris Willard wrote:

> Hello All,
> 
[snip (20 lines)]

Thanks for the tips - I will have a look.


Chris.

-- 
"Today's Featured Items" really means "Things We Need To Get Rid Of"!!!

--
This message was scanned by ESVA and is believed to be clean.





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

end of thread, other threads:[~2009-02-06 20:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-20 11:41 gnus help david
2004-06-20  9:36 ` "gnus help" Florian v. Savigny
2004-06-20  9:43   ` Florian v. Savigny
  -- strict thread matches above, loose matches on Subject: below --
2009-02-05 12:58 GNUS Help Chris Willard
2009-02-06 20:11 ` Chris Willard
     [not found] <mailman.34.1233838719.17492.help-gnu-emacs@gnu.org>
2009-02-06  6:51 ` Martin Fischer
2009-02-06 15:33   ` tyler
2009-02-06 18:51 ` Ted Zlatanov

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.