Gnus development mailing list
 help / color / mirror / Atom feed
* How do I get no signature in particular groups?
@ 1999-11-10 19:11 Emerick Rogul
  1999-11-12  5:50 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Emerick Rogul @ 1999-11-10 19:11 UTC (permalink / raw)


In some newsgroups I'm subscribed to, I don't want any signature at
all to be appended to my messages.  I tried adding (message-signature
nil) to my group parameters, but nothing happened.  I also tried
adding (signature nil) and (signature "") to that group's
posting-style.  Setting it to nil did nothing; setting it to "" was
closer, but I was still getting the signature separator at the end of
my message.

Can anyone help me out with this?  I'm sure there's an easy way to do
it, but I can't seem to figure it out.  I'm using pgnus 0.98.

em


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

* Re: How do I get no signature in particular groups?
  1999-11-10 19:11 How do I get no signature in particular groups? Emerick Rogul
@ 1999-11-12  5:50 ` Lars Magne Ingebrigtsen
  1999-11-14 14:23   ` Turbo Fredriksson
  1999-11-23  6:49   ` Emerick Rogul
  0 siblings, 2 replies; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-11-12  5:50 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> In some newsgroups I'm subscribed to, I don't want any signature at
> all to be appended to my messages.  I tried adding (message-signature
> nil) to my group parameters, but nothing happened.  I also tried
> adding (signature nil) and (signature "") to that group's
> posting-style.  Setting it to nil did nothing; setting it to "" was
> closer, but I was still getting the signature separator at the end of
> my message.

I think I've located and fixed this bug.  Could you check after
Pterodactyl Gnus v0.99 has been released to see whether things start
working?

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


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

* Re: How do I get no signature in particular groups?
  1999-11-12  5:50 ` Lars Magne Ingebrigtsen
@ 1999-11-14 14:23   ` Turbo Fredriksson
  1999-11-15  0:01     ` Stephen Zander
  1999-11-15 19:50     ` Lars Magne Ingebrigtsen
  1999-11-23  6:49   ` Emerick Rogul
  1 sibling, 2 replies; 23+ messages in thread
From: Turbo Fredriksson @ 1999-11-14 14:23 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

    Lars> Emerick Rogul <emerick@cs.bu.edu> writes:
    >> In some newsgroups I'm subscribed to, I don't want any
    >> signature at all to be appended to my messages.  I tried adding
    >> (message-signature nil) to my group parameters, but nothing
    >> happened.  I also tried adding (signature nil) and (signature
    >> "") to that group's posting-style.  Setting it to nil did
    >> nothing; setting it to "" was closer, but I was still getting
    >> the signature separator at the end of my message.

    Lars> I think I've located and fixed this bug.  Could you check
    Lars> after Pterodactyl Gnus v0.99 has been released to see
    Lars> whether things start working?

<bickering>
        There was a very nice way (variable) to do this, and many other
        things in 0.84 (which I'm using) which was called 'gnus-posting-style-alist'.

        I still miss this, and nobody have been able to tell me 1, WHY
        it was removed and 2, how you do the same thing now...

        I can't/won't upgrade until this have been fixed, or I'll learn
        how to do this in any other way.

        Having this config in an .el that can be loaded (as I have it now)
        is preferable to me, instead of having it the 'group buffer config'.

        I'm very often read my mail on multiple machines (because my private
        computer are having so many hardware problems, so moving mail back and
        forth between them aren't that big a problem, but having the '~/.newsrc.eld'
        is, so I usually scrap that file every now and then, and move all my
        mail folders (with the help of a perlscript I wrote)..
</bickering>

-- 
-- 
strategic domestic disruption World Trade Center Rule Psix
cryptographic FBI Peking genetic Panama NSA Qaddafi $400 million in
gold bullion Ft. Meade smuggle kibo


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

* Re: How do I get no signature in particular groups?
  1999-11-14 14:23   ` Turbo Fredriksson
@ 1999-11-15  0:01     ` Stephen Zander
  1999-11-15 10:33       ` Turbo Fredriksson
  1999-11-15 19:50     ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 23+ messages in thread
From: Stephen Zander @ 1999-11-15  0:01 UTC (permalink / raw)
  Cc: ding

>>>>> "Turbo" == Turbo Fredriksson <turbo@tripnet.se> writes:
    Turbo> <bickering> There was a very nice way (variable) to do
    Turbo> this, and many other things in 0.84 (which I'm using) which
    Turbo> was called 'gnus-posting-style-alist'.

Eh? It just becam gnus-posting-styles.  Form my ~/.gnus.el

  (setq gnus-posting-styles
      '((".*"
	 (address "gibreel@pobox.com")
	 (name "Stephen Zander")
	 (signature sz:random-quote))
	("^atlas"
	 (address "szander@tlas.com")
	 (signature-file "~/.signature-atlas"))
	("^debian"
	 (address "gibreel@debian.org"))
	("clpm.posts"
	 ("Cc" "clpm-policy@plover.com")
	((sz:posting-from-work-p)
	 (organization "speaking through, but not for, McKessonHBOC Corp."))))

and the headers on this message will tell you which version of pgnus
I'm using :)

-- 
Stephen

"So if she weighs the same as a duck, she's made of wood."... "And
therefore?"... "A witch!"


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

* Re: How do I get no signature in particular groups?
  1999-11-15  0:01     ` Stephen Zander
@ 1999-11-15 10:33       ` Turbo Fredriksson
  0 siblings, 0 replies; 23+ messages in thread
From: Turbo Fredriksson @ 1999-11-15 10:33 UTC (permalink / raw)
  Cc: ding

>>>>> "Stephen" == Stephen Zander <gibreel@pobox.com> writes:

>>>>> "Turbo" == Turbo Fredriksson <turbo@tripnet.se> writes:
    Turbo> <bickering> There was a very nice way (variable) to do
    Turbo> this, and many other things in 0.84 (which I'm using) which
    Turbo> was called 'gnus-posting-style-alist'.

    Stephen> Eh? It just becam gnus-posting-styles.  Form my
    Stephen> ~/.gnus.el

Nope, it didn't. 'gnus-posting-styles' USED 'gnus-posting-style-alist'
for it's base. This is how I use it.

(setq gnus-posting-style-alist
  '((organization . message-user-organization)
    (signature . message-signature)
    (signature-file . message-signature-file)
    (address . user-mail-address)
    (name . user-full-name)
    (ispell . turbo/process-ispell)
    (yow . turbo/process-yow)
    (spook . turbo/process-spook)
    (pgp . turbo/process-pgp)
    (pgpid . mc-pgp-user-id)
    (nntp . nntp-address)
    (header . message-default-headers)))


Etc, ad infinitum if I like.
THEN I could use this, and this is the reason I don't want to upgrade
yet...


(setq gnus-posting-styles
      '((".*"
         ;; Default
         (address        "turbo@tripnet.se")
         (name           "Turbo Fredriksson")
         (organization   "NoCrew")
         (signature      t)
         (signature-file "~/.signature.default")
         (ispell         t)
         (yow            t)
         (spook          t)
         (pgp            t)
         (pgpid          "turbo")
         (header
          (concat "X-PGP-Fingerprint: B7 92 93 0E 06 94 D6 22  98 1F 0B 5B FE 33 A1 0B\n"
                  "X-PGP-Key-ID: 0x788CD1A9\n"
                  "X-URL: http://www.nocrew.org/~turbo/\n")))
        ;;
        ("debian\\.bugs"
         (address        "turbo@debian.org")
         (organization   "Debian GNU/Linux")
         (spook          nil)
         (yow            nil)
         (pgp            nil)
         (signature-file "~/.signature.debian"))
        ("debian\\."
         ;; Debian mailinglists...
         (address        "turbo@debian.org")
         (organization   "Debian GNU/Linux")
         (signature-file "~/.signature.debian")
         (pgp            t)
         (yow            t)
         (spook          t))

         etc...


    Stephen> and the headers on this message will tell you which
    Stephen> version of pgnus I'm using :)

Oki, so the signature stuff was still there. I have a little problem
understanding 'gnus-msg.el', but it have changed quite dramaticly...

-- 
-- 
[Hello to all my fans in domestic surveillance] North Korea nuclear
jihad Semtex fissionable DES Clinton NSA supercomputer assassination
SEAL Team 6 Waco, Texas Legion of Doom Noriega


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

* Re: How do I get no signature in particular groups?
  1999-11-14 14:23   ` Turbo Fredriksson
  1999-11-15  0:01     ` Stephen Zander
@ 1999-11-15 19:50     ` Lars Magne Ingebrigtsen
  1999-11-16 11:19       ` Turbo Fredriksson
  1999-11-17  1:27       ` Rupa Schomaker (list)
  1 sibling, 2 replies; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-11-15 19:50 UTC (permalink / raw)


Turbo Fredriksson <turbo@tripnet.se> writes:

> There was a very nice way (variable) to do this, and many other
> things in 0.84 (which I'm using) which was called
> 'gnus-posting-style-alist'.

The posting styles used to work by setting variables locally in the
Message buffer.  This mechanism made it quite breakable and somewhat
unpredictable.  The new mechanism sets no variables, but inserts (or
arranges for insertions) directly into the buffer, thereby letting
people see what the posting style has arranged.

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


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

* Re: How do I get no signature in particular groups?
  1999-11-15 19:50     ` Lars Magne Ingebrigtsen
@ 1999-11-16 11:19       ` Turbo Fredriksson
  1999-11-16 17:03         ` Lars Magne Ingebrigtsen
  1999-11-17  1:27       ` Rupa Schomaker (list)
  1 sibling, 1 reply; 23+ messages in thread
From: Turbo Fredriksson @ 1999-11-16 11:19 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

    Lars> Turbo Fredriksson <turbo@tripnet.se> writes:
    >> There was a very nice way (variable) to do this, and many other
    >> things in 0.84 (which I'm using) which was called
    >> 'gnus-posting-style-alist'.

    Lars> The posting styles used to work by setting variables locally
    Lars> in the Message buffer.  This mechanism made it quite
    Lars> breakable and somewhat unpredictable.  The new mechanism
    Lars> sets no variables, but inserts (or arranges for insertions)
    Lars> directly into the buffer, thereby letting people see what
    Lars> the posting style has arranged.

I see... Is there a way to specify which entries to use for the posting styles
(aka the old 'gnus-posting-style-alist')?

Default behaviour is what YOU (the programmers) think should be the
default action/styles when posting (ie the signature and the email. I
want to specify that my self, as in previous mails).

-- 
-- 
NORAD Honduras Uzi terrorist domestic disruption kibo Waco, Texas
Treasury fissionable South Africa KGB spy Ft. Meade Cocaine colonel


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

* Re: How do I get no signature in particular groups?
  1999-11-16 11:19       ` Turbo Fredriksson
@ 1999-11-16 17:03         ` Lars Magne Ingebrigtsen
  1999-11-17 13:21           ` Turbo Fredriksson
  0 siblings, 1 reply; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-11-16 17:03 UTC (permalink / raw)


Turbo Fredriksson <turbo@tripnet.se> writes:

> I see... Is there a way to specify which entries to use for the
> posting styles (aka the old 'gnus-posting-style-alist')?

You can specify all the headers you feel like.  See the manual for
details. 

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


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

* Re: How do I get no signature in particular groups?
  1999-11-15 19:50     ` Lars Magne Ingebrigtsen
  1999-11-16 11:19       ` Turbo Fredriksson
@ 1999-11-17  1:27       ` Rupa Schomaker (list)
  1 sibling, 0 replies; 23+ messages in thread
From: Rupa Schomaker (list) @ 1999-11-17  1:27 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Turbo Fredriksson <turbo@tripnet.se> writes:
> 
> > There was a very nice way (variable) to do this, and many other
> > things in 0.84 (which I'm using) which was called
> > 'gnus-posting-style-alist'.
> 
> The posting styles used to work by setting variables locally in the
> Message buffer.  This mechanism made it quite breakable and somewhat
> unpredictable.  The new mechanism sets no variables, but inserts (or
> arranges for insertions) directly into the buffer, thereby letting
> people see what the posting style has arranged.

Lars,

I've been trying to figure out a "good" way to set the envelope header 
to the right value when setting a different address via
posting-styles.  Since posting styles only changes content in the
buffer and sets no variables I'm struggling with the right way to get
this to work...

Currently, I'm using the patch below.  *Don't* apply it since it is
using a hack to set user-mail-address.  What would be appropriate in
gnus-msg.el?  I assume what is in message.el is ok (at least it seems
to be for me)...

I tried making user-mail-address a local var, but by the time we got
to actually sending the message we're out of the message buffer and
into another, so a local var just doesn't work.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: makes envelope the same as user-login-name if set --]
[-- Type: text/patch, Size: 1342 bytes --]

Index: gnus-msg.el
===================================================================
RCS file: /home/cvs/cvsroot/elisp/pgnus/lisp/gnus-msg.el,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 gnus-msg.el
--- gnus-msg.el	1999/07/20 18:20:36	1.1.1.2
+++ gnus-msg.el	1999/11/17 00:56:36
@@ -1192,6 +1192,7 @@
       (when (or name address)
 	(add-hook 'message-setup-hook
 		  `(lambda ()
+		     (set 'user-mail-address ,(or (cdr address) user-mail-address))
 		     (let ((user-full-name ,(or (cdr name) user-full-name))
 			   (user-mail-address
 			    ,(or (cdr address) user-mail-address)))
Index: message.el
===================================================================
RCS file: /home/cvs/cvsroot/elisp/pgnus/lisp/message.el,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 message.el
--- message.el	1999/09/03 18:17:37	1.1.1.4
+++ message.el	1999/11/17 00:57:02
@@ -2167,7 +2167,11 @@
 		     ;; But some systems are more broken with -f, so
 		     ;; we'll let users override this.
 		     (if (null message-sendmail-f-is-evil)
-			 (list "-f" (user-login-name)))
+			 (list "-f"
+			       (if (null user-mail-address)
+				   (user-login-name)
+				 (user-mail-address))
+			       ))
 		     ;; These mean "report errors by mail"
 		     ;; and "deliver in background".
 		     (if (null message-interactive) '("-oem" "-odb"))

[-- Attachment #3: Type: text/plain, Size: 82 bytes --]



-- 
Rupa (rupa@rupa.com for normal email)
Please don't email duplicate replies.

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

* Re: How do I get no signature in particular groups?
  1999-11-16 17:03         ` Lars Magne Ingebrigtsen
@ 1999-11-17 13:21           ` Turbo Fredriksson
  1999-12-01 15:51             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Turbo Fredriksson @ 1999-11-17 13:21 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

    Lars> Turbo Fredriksson <turbo@tripnet.se> writes:
    >> I see... Is there a way to specify which entries to use for the
    >> posting styles (aka the old 'gnus-posting-style-alist')?

    Lars> You can specify all the headers you feel like.  See the
    Lars> manual for details.

 Thing is, I would like to set some local variables, that I don't want
in the header.

 For  example, I usually  PGP sign  all my  messages, but  some people
(mostly  Win/Outlook/Beginners)   just  don't  get   it.   They  don't
understand the attach etc, so instead of messing with there systems, I
don't want to sign the message to them.

 Therefor I  want the variables  'turbo/process-*' to be set  for this
particular  group, and  in my  message-send-hook function  I  can then
check  these  variables, and  take  appropriate  action (sign,  spook,
etc) just before the mail/post is delivered to sendmail (or whatever).

I _COULD_ insert a  'X-Spell-This-Message: t' and 'X-PGP-Sign-This-Message: t'
but that's ugly!


-- 
-- 
SDI bomb colonel NORAD Semtex Treasury Uzi radar genetic nuclear
counter-intelligence South Africa FBI explosion plutonium


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

* Re: How do I get no signature in particular groups?
  1999-11-12  5:50 ` Lars Magne Ingebrigtsen
  1999-11-14 14:23   ` Turbo Fredriksson
@ 1999-11-23  6:49   ` Emerick Rogul
  1999-11-23 21:39     ` Kai Großjohann
  1999-12-01 15:54     ` Lars Magne Ingebrigtsen
  1 sibling, 2 replies; 23+ messages in thread
From: Emerick Rogul @ 1999-11-23  6:49 UTC (permalink / raw)


Lars Magne Ingebrigtsen writes:

: Emerick Rogul <emerick@cs.bu.edu> writes:
:: In some newsgroups I'm subscribed to, I don't want any signature at
:: all to be appended to my messages.  I tried adding (message-signature
:: nil) to my group parameters, but nothing happened.  I also tried
:: adding (signature nil) and (signature "") to that group's
:: posting-style.  Setting it to nil did nothing; setting it to "" was
:: closer, but I was still getting the signature separator at the end of
:: my message.

: I think I've located and fixed this bug.  Could you check after
: Pterodactyl Gnus v0.99 has been released to see whether things start
: working?

I've now tested this with the latest pGnus 0.99 in CVS (as of
11/23/1999) and it still doesn't seem quite right (either that, or I'm
doing something completely wrong :).

I have the following in my .gnus file:

(setq gnus-posting-styles
  '((".*"
    (signature-file "~/.my-sig"))))

This will use my standard signature in all groups, and that works
fine.  In one particular group where I don't want to use a signature,
I've added the following to the group parameters:

(posting-style
 (signature nil))

This still appended my signature to new messages.  I then tried the
following:

(posting-style
 (signature-file nil))

but this caused an error (pgnus is expecting a string, I suppose).
Finally, I tried the following which did what I wanted (no signature
for that particular group) but seemed unintuitive:

(posting-style
 (signature t))

If I'm doing something wrong, please let me know, but I think I've
correctly followed all of the instructions in the manual.

-Emerick
-- 
-------------------------------------------------------------------------
Emerick Rogul         /\/  "...painted portraits of minions and slaves,
emerick@cs.bu.edu     /\/   crotch mavens and one-night plays..."
-------------------------------------------------------- 'here', pavement


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

* Re: How do I get no signature in particular groups?
  1999-11-23  6:49   ` Emerick Rogul
@ 1999-11-23 21:39     ` Kai Großjohann
  1999-12-01 15:54     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 23+ messages in thread
From: Kai Großjohann @ 1999-11-23 21:39 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> (posting-style
>  (signature t))

Presumably, Gnus interprets a (signature nil) the same way as a
missing signature entry, ie. `look in the next entry'.  I also think
this behavior ought to be changed.  Or at least, one could document
it...

kai
-- 
because I couldn't think of a good beginning.


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

* Re: How do I get no signature in particular groups?
  1999-11-17 13:21           ` Turbo Fredriksson
@ 1999-12-01 15:51             ` Lars Magne Ingebrigtsen
  1999-12-02 11:14               ` Turbo Fredriksson
  0 siblings, 1 reply; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-01 15:51 UTC (permalink / raw)


Turbo Fredriksson <turbo@tripnet.se> writes:

>  Thing is, I would like to set some local variables, that I don't want
> in the header.

Then you can use the `eval' attribute, I think.

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


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

* Re: How do I get no signature in particular groups?
  1999-11-23  6:49   ` Emerick Rogul
  1999-11-23 21:39     ` Kai Großjohann
@ 1999-12-01 15:54     ` Lars Magne Ingebrigtsen
  1999-12-01 17:18       ` Emerick Rogul
  1 sibling, 1 reply; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-01 15:54 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> This still appended my signature to new messages.  I then tried the
> following:
> 
> (posting-style
>  (signature-file nil))
> 
> but this caused an error (pgnus is expecting a string, I suppose).

I think I've located and fixed this bug.  Could you check after
Pterodactyl Gnus v0.99 has been released to see whether things start
working?

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


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

* Re: How do I get no signature in particular groups?
  1999-12-01 15:54     ` Lars Magne Ingebrigtsen
@ 1999-12-01 17:18       ` Emerick Rogul
  1999-12-01 22:54         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Emerick Rogul @ 1999-12-01 17:18 UTC (permalink / raw)


Lars Magne Ingebrigtsen writes:

: Emerick Rogul <emerick@cs.bu.edu> writes:
:: This still appended my signature to new messages.  I then tried the
:: following:
:: 
:: (posting-style
:: (signature-file nil))
:: 
:: but this caused an error (pgnus is expecting a string, I suppose).

: I think I've located and fixed this bug.  Could you check after
: Pterodactyl Gnus v0.99 has been released to see whether things start
: working?

It's a little bit better.  :-)

It no longer causes an error, but my signature is still being appended
to articles in that group.  I tried setting 'signature' and
'signature-file' to nil.  The only way that seems to do the right
thing is setting 'signature' to t.

-Emerick
-- 
-------------------------------------------------------------------------
Emerick Rogul             /\/     "how young are you, how old am i?
emerick@cs.bu.edu         /\/      let's count the rings around my eyes."
------------------------------------------------- 'i will dare', the mats


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

* Re: How do I get no signature in particular groups?
  1999-12-01 17:18       ` Emerick Rogul
@ 1999-12-01 22:54         ` Lars Magne Ingebrigtsen
  1999-12-02  1:25           ` Emerick Rogul
  0 siblings, 1 reply; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-01 22:54 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> It's a little bit better.  :-)

Now, then?  :-)

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


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

* Re: How do I get no signature in particular groups?
  1999-12-01 22:54         ` Lars Magne Ingebrigtsen
@ 1999-12-02  1:25           ` Emerick Rogul
  1999-12-06  4:04             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Emerick Rogul @ 1999-12-02  1:25 UTC (permalink / raw)


Lars Magne Ingebrigtsen writes:

: Emerick Rogul <emerick@cs.bu.edu> writes:
:: It's a little bit better.  :-)

: Now, then?  :-)

I pulled down the latest version from CVS a few moments ago and it's
still the same, unfortunately; (signature t) doesnt add a .sig,
but (signature nil) and (signature-file nil) still do insert the
.sig.

-Emerick
-- 
-------------------------------------------------------------------------
Emerick Rogul         /\/  "...painted portraits of minions and slaves,
emerick@cs.bu.edu     /\/   crotch mavens and one-night plays..."
-------------------------------------------------------- 'here', pavement


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

* Re: How do I get no signature in particular groups?
  1999-12-01 15:51             ` Lars Magne Ingebrigtsen
@ 1999-12-02 11:14               ` Turbo Fredriksson
  1999-12-06  4:05                 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Turbo Fredriksson @ 1999-12-02 11:14 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

    Lars> Turbo Fredriksson <turbo@tripnet.se> writes:
    >> Thing is, I would like to set some local variables, that I
    >> don't want in the header.

    Lars> Then you can use the `eval' attribute, I think.

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

    Lars> The final release in the Pterodactyl Gnus line.  Gnus 5.8
    Lars> next!


[...]

    Lars> ChangeLog since last release:


[...]

    Lars> 	* gnus-msg.el (gnus-configure-posting-styles): Eval
    Lars> `eval'.  (gnus-configure-posting-styles): No, don't.
    Lars> (gnus-configure-posting-styles): Allow overriding files.

Exactly what this mean (to me)? My knowledge in elisp isn't that very
great, so could someone give me an example please? Thanx.
-- 
SEAL Team 6 domestic disruption supercomputer North Korea genetic
quiche $400 million in gold bullion nuclear radar CIA
counter-intelligence Rule Psix explosion World Trade Center FBI


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

* Re: How do I get no signature in particular groups?
  1999-12-02  1:25           ` Emerick Rogul
@ 1999-12-06  4:04             ` Lars Magne Ingebrigtsen
  1999-12-06  5:36               ` Emerick Rogul
  0 siblings, 1 reply; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-06  4:04 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> I pulled down the latest version from CVS a few moments ago and it's
> still the same, unfortunately; (signature t) doesnt add a .sig,
> but (signature nil) and (signature-file nil) still do insert the
> .sig.

Could you edebug-defun `gnus-configure-posting-styles' and see what
the value of `results' is when you reach the line

      ;; Now we have all the styles, so we insert them.

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


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

* Re: How do I get no signature in particular groups?
  1999-12-02 11:14               ` Turbo Fredriksson
@ 1999-12-06  4:05                 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-12-06  4:05 UTC (permalink / raw)


Turbo Fredriksson <turbo@tripnet.se> writes:

> Exactly what this mean (to me)? My knowledge in elisp isn't that very
> great, so could someone give me an example please? Thanx.

I think it means that `eval' should work.  :-)

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


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

* Re: How do I get no signature in particular groups?
  1999-12-06  4:04             ` Lars Magne Ingebrigtsen
@ 1999-12-06  5:36               ` Emerick Rogul
  2000-04-21 20:28                 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 23+ messages in thread
From: Emerick Rogul @ 1999-12-06  5:36 UTC (permalink / raw)


Lars Magne Ingebrigtsen writes:

: Emerick Rogul <emerick@cs.bu.edu> writes:
:: I pulled down the latest version from CVS a few moments ago and it's
:: still the same, unfortunately; (signature t) doesnt add a .sig,
:: but (signature nil) and (signature-file nil) still do insert the
:: .sig.

: Could you edebug-defun `gnus-configure-posting-styles' and see what
: the value of `results' is when you reach the line

:       ;; Now we have all the styles, so we insert them.

OK, I ran it as you said and the value of `results' was
"((signature))" (without quotes).  My posting-style for that newsgroup
is configured in the group parameters as:

(posting-style
 (signature nil))

This is with the released version of Gnus 5.8.2.

-Emerick
-- 
-------------------------------------------------------------------------
Emerick Rogul        /\/  "i wouldn't want to live in a world that had
emerick@cs.bu.edu    /\/   seen my genitalia. you've got no trump card."
-------------------------------------------------------- janeane garofalo


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

* Re: How do I get no signature in particular groups?
  1999-12-06  5:36               ` Emerick Rogul
@ 2000-04-21 20:28                 ` Lars Magne Ingebrigtsen
  2000-04-21 22:29                   ` Emerick Rogul
  0 siblings, 1 reply; 23+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 20:28 UTC (permalink / raw)


Emerick Rogul <emerick@cs.bu.edu> writes:

> OK, I ran it as you said and the value of `results' was
> "((signature))" (without quotes). 

Aha!  I think I've fixed it now.  Could you check the cvs in a few
minutes?

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



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

* Re: How do I get no signature in particular groups?
  2000-04-21 20:28                 ` Lars Magne Ingebrigtsen
@ 2000-04-21 22:29                   ` Emerick Rogul
  0 siblings, 0 replies; 23+ messages in thread
From: Emerick Rogul @ 2000-04-21 22:29 UTC (permalink / raw)


Lars Magne Ingebrigtsen writes:

: Emerick Rogul <emerick@cs.bu.edu> writes:
:: OK, I ran it as you said and the value of `results' was
:: "((signature))" (without quotes). 

: Aha!  I think I've fixed it now.  Could you check the cvs in a few
: minutes?

Yes, this is working now.  Thanks, Lars!  :-)

-Emerick
-- 
--------------------------------------------------------------------------
"this is now, this is here, this is me, this is what i wanted you to see,
 that was then, was that, that is gone, that is what i wanted you to feel"
--- Emerick Rogul <emerick@cs.bu.edu> --------- 'so fast, so numb', r.e.m.



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

end of thread, other threads:[~2000-04-21 22:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-10 19:11 How do I get no signature in particular groups? Emerick Rogul
1999-11-12  5:50 ` Lars Magne Ingebrigtsen
1999-11-14 14:23   ` Turbo Fredriksson
1999-11-15  0:01     ` Stephen Zander
1999-11-15 10:33       ` Turbo Fredriksson
1999-11-15 19:50     ` Lars Magne Ingebrigtsen
1999-11-16 11:19       ` Turbo Fredriksson
1999-11-16 17:03         ` Lars Magne Ingebrigtsen
1999-11-17 13:21           ` Turbo Fredriksson
1999-12-01 15:51             ` Lars Magne Ingebrigtsen
1999-12-02 11:14               ` Turbo Fredriksson
1999-12-06  4:05                 ` Lars Magne Ingebrigtsen
1999-11-17  1:27       ` Rupa Schomaker (list)
1999-11-23  6:49   ` Emerick Rogul
1999-11-23 21:39     ` Kai Großjohann
1999-12-01 15:54     ` Lars Magne Ingebrigtsen
1999-12-01 17:18       ` Emerick Rogul
1999-12-01 22:54         ` Lars Magne Ingebrigtsen
1999-12-02  1:25           ` Emerick Rogul
1999-12-06  4:04             ` Lars Magne Ingebrigtsen
1999-12-06  5:36               ` Emerick Rogul
2000-04-21 20:28                 ` Lars Magne Ingebrigtsen
2000-04-21 22:29                   ` Emerick Rogul

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