info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why can't I set organization?


From: Katsumi Yamaoka
Subject: Re: Why can't I set organization?
Date: Thu, 04 Nov 2004 16:32:26 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>>>> In <87oeifahto.fsf@bilgi.edu.tr> Emre Sevinc wrote:

>> When you used the posting style, was the Organization header
>> inserted when you entered into the message buffer?

> No, it wasn't. I mean I edited my ~/.gnus file, saved it,
> restarted Emacs, then ran gnus and then tried to post 
> a new message and the Organization field was not there.

Hmm.  Could you check the value of the message-setup-hook
variable in the message buffer?  To do that, type `C-h v' or
`M-x describe-variable RET', and then `message-setup-hook RET'.
You should do it in the message buffer.  If you use the posting
style, it should contain the following form:

 (lambda nil
   (save-excursion
     (message-remove-header "Organization")
     (let
         ((value "Istanbul Bilgi University"))
       (when value
         (message-goto-eoh)
         (insert "Organization" ": " value "\n")))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]