From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15539 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Leaving gnus-article-edit-mode Date: 04 Jul 1998 11:21:59 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154553 22644 80.91.224.250 (20 Oct 2002 22:55:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:55:53 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.0/8.9.0) with ESMTP id LAA14437 for ; Sat, 4 Jul 1998 11:39:25 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id OAA20627 for ; Sat, 4 Jul 1998 14:36:51 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id NAT18729; Sat, 4 Jul 1998 13:10:28 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 04 Jul 1998 13:34:32 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA23146 for ; Sat, 4 Jul 1998 13:34:21 -0500 (CDT) Original-Received: from beach.silcom.com (beach.silcom.com [199.201.128.19]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA23591 for ; Sat, 4 Jul 1998 14:33:55 -0400 (EDT) Original-Received: from localhost (pm1-20.sba1.avtel.net [207.71.218.70]) by beach.silcom.com (8.9.0/8.9.0) with ESMTP id LAA24543 for ; Sat, 4 Jul 1998 11:33:29 -0700 (PDT) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "29 Jun 1998 22:27:02 +0200" X-Mailer: Gnus v5.6.11/Emacs 20.2 Original-Lines: 33 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15539 Lars Magne Ingebrigtsen writes: > Harry Putnam 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