Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with gnus-posting-styles
@ 2001-07-12  0:14 Jon Allen Boone
  2001-07-13 19:51 ` David S. Goldberg
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Allen Boone @ 2001-07-12  0:14 UTC (permalink / raw)


Folks,

    I'm having a problem with Gnus v5.8.7/Xemacs 21.1 (patch 14).

    After all of the recent discussion that lead to the conclusion that
  gnus-posting-styles might be beneficial to folks who read email from
  home and work in the same Gnus, I decided to implement a posting-style
  setup myself.  I consulted the info pages and came up with the
  following lisp function and alist for posting styles:

  (defun posting-from-home-p ()
    "Determine whether the user is posting from home or not."
    (interactive)
    (y-or-n-p (message "Are you posting from home?")))

  (setq gnus-posting-styles
        '((".*"
	 (signature-file "~/.signature.athy")
	 (name "Jon Allen Boone")
	 (address "jboone@appliedtheory.com"))
        ((posting-from-home-p)
         (signature-file "~/.signature.home")
         (address "tex@delamancha.org"))))

    This works fine for me, *except* when I try to use the
  gnus-summary-followup (bound to 'f') or the
  gnus-summary-followup-with-original (bound to 'F') functions.   With
  either of these two functions, the cursor simply alternates between
  the "I"-shaped cursor and the "clock" cursor that indicates something
  is happening.  This goes on until I finally stop it with ^G - after 10
  or 20 seconds.

    In a vain attempt at pretending to do something useful, I turned on
  lisp debug-on-entry for my function and the strange behavior with the
  followup functions occurs prior to entering my function.  This
  behavior did not occur prior to my setting up posting styles.

-jon
-- 
------------------
Jon Allen Boone
tex@delamancha.org


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

end of thread, other threads:[~2001-07-25  1:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-12  0:14 Problem with gnus-posting-styles Jon Allen Boone
2001-07-13 19:51 ` David S. Goldberg
2001-07-14 16:41   ` Jon Allen Boone
2001-07-14 18:05     ` Kai Großjohann
2001-07-24 23:46       ` Jon Allen Boone
2001-07-25  1:32         ` Paul Jarc

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