Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Re: Leaving gnus-article-edit-mode
Date: 04 Jul 1998 11:21:59 -0700	[thread overview]
Message-ID: <m3pvfl8ojc.fsf@newsguy.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "29 Jun 1998 22:27:02 +0200"

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

> Harry Putnam <reader@newsguy.com> writes:
> 
> > Once having engaged editing, the colors of article headers are gone
> > until a complete shutdown and restart is done.  Even leaving the group
> > where the editing was done and opening a new group to read, the article
> > headers are colorless with out a full shutdown and restart.
> 
> Do you set `gnus-article-display-hook' from some hook or other?

No -- I do have this function and hooks derived from a posting of yours
some time ago.  Not sure it could have any bearing on this.
**********
 (defun hp-insert-into-group ()
  "Lars code (modified hp) to send messages from editing modes to gnus group 
 directly." 
   (interactive)
 	(gnus-request-accept-article "nnml:Edited"))
 
 (defun hp-message-mode-hook ()
   "Defines kbd C-x z to execute 'hp-insert-into-group'"
   (define-key message-mode-map (kbd "C-x z") 'hp-insert-into-group))
 (add-hook 'message-mode-hook 'hp-message-mode-hook)
 (defun hp-gnus-article-edit-mode-hook ()
   "Defines kbd C-x z to execute 'hp-insert-into-group'"
   (define-key gnus-article-edit-mode-map (kbd "C-x z") 'hp-insert-into-group))
 (add-hook 'gnus-article-edit-mode-hook 'hp-gnus-article-edit-mode-hook)
*********************

-- 

Harry Putnam  reader@newsguy.com



  reply	other threads:[~1998-07-04 18:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-21 18:43 Harry Putnam
1998-06-24  4:44 ` Lars Magne Ingebrigtsen
1998-06-28 16:48   ` Harry Putnam
1998-06-28 18:14     ` Harry Putnam
1998-06-29 20:27       ` Lars Magne Ingebrigtsen
1998-07-04 18:21         ` Harry Putnam [this message]
1998-07-15  7:59           ` Lars Magne Ingebrigtsen
1998-06-28 20:46   ` Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3pvfl8ojc.fsf@newsguy.com \
    --to=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).