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: Emre Sevinc
Subject: Re: Why can't I set organization?
Date: Thu, 04 Nov 2004 10:15:13 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Katsumi Yamaoka <yamaoka@jpl.org> writes:

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

I don't know if I understood you very well: I've run
M-x in a brand new message window (as if I was posting
a new message to the group) then C-h v then message-setup-hook
and Emacs split windows and it told me:

----------------------------------------------------------------
message-setup-hook's value is (t)

Local in buffer *posting on gnu.emacs.gnus*; global value is nil

Documentation:
Normal hook, run each time a new outgoing message is initialized.
The function `message-setup' runs this hook.

You can customize this variable.

Defined in `message'.
----------------------------------------------------------------

Does the above info give us a clue? It looks to be set to TRUE
but I was not able to see whet it does (if it does something).

Am I using the posting style? Well, do I have to do something
else other than writing it in my ~/.gnus by 
writing (setq gnus-posting-styles ... ) file?

I'm sorry for bothering so much but I'm simply confused
and don't understand why organization field doesn't come up
and I still cannot debug it.

Hope you can help me.



-- 
Emre Sevinc

eMBA Software Developer         Actively engaged in:
http:www.bilgi.edu.tr           http://ileriseviye.org
http://www.bilgi.edu.tr         http://fazlamesai.net
Cognitive Science Student       http://cazci.com
http://www.cogsci.boun.edu.tr


reply via email to

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