Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Love <d.love@dl.ac.uk>
Subject: Re: Scoring on From: with non-ascii chars
Date: Wed, 28 Jun 2000 18:08:03 +0100	[thread overview]
Message-ID: <200006281708.SAA00728@djlvig.dl.ac.uk> (raw)
In-Reply-To: Shenghuo ZHU's message of "27 Jun 2000 18:54:34 -0400"

>>>>> "ZSH" == Shenghuo ZHU <zsh@cs.rochester.edu> writes:

 ZSH> Maybe not. When writing a SCORE file, Gnus binds
 ZSH> coding-system-for-write to score-mode-coding-system (which is binary).

Thanks for the correction.  How about this?

2000-06-28  Dave Love  <fx@gnu.org>

	* score-mode.el: Don't require easymenu (autoloaded).  Require
	mm-util.
	(score-mode-coding-system): Default to mm-auto-save-coding-system.

Index: score-mode.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/score-mode.el,v
retrieving revision 5.4
diff -u -p -c -r5.4 score-mode.el
cvs server: conflicting specifications of output style
*** score-mode.el	1998/10/19 22:25:10	5.4
--- score-mode.el	2000/06/27 17:05:14
***************
*** 25,32 ****
  
  ;;; Code:
  
- (require 'easymenu)
  (eval-when-compile (require 'cl))
  
  (defvar gnus-score-mode-hook nil
    "*Hook run in score mode buffers.")
--- 25,32 ----
  
  ;;; Code:
  
  (eval-when-compile (require 'cl))
+ (require 'mm-util)			; for mm-auto-save-coding-system
  
  (defvar gnus-score-mode-hook nil
    "*Hook run in score mode buffers.")
***************
*** 51,57 ****
      table)
    "Syntax table used in score-mode buffers.")
  
! (defvar score-mode-coding-system 'binary)
  
  ;;;###autoload
  (defun gnus-score-mode ()
--- 51,57 ----
      table)
    "Syntax table used in score-mode buffers.")
  
! (defvar score-mode-coding-system mm-auto-save-coding-system)
  
  ;;;###autoload
  (defun gnus-score-mode ()



  reply	other threads:[~2000-06-28 17:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-20 14:57 Pavel Janík ml.
2000-06-21  7:37 ` Holger Sparr
2000-06-21 15:02   ` temporarily scoring (was: Scoring on From: with non-ascii chars) Andreas Fuchs
2000-06-21 22:53     ` Mike Fabian
2000-06-21 16:57   ` Scoring on From: with non-ascii chars Pavel Janík ml.
2000-06-21  9:53 ` Norbert Koch
2000-06-21 10:35 ` Holger Sparr
2000-06-21 11:49 ` Mike Fabian
2000-06-27 13:19 ` Dave Love
2000-06-27 22:54   ` Shenghuo ZHU
2000-06-28 17:08     ` Dave Love [this message]
2000-06-28 17:45       ` Shenghuo ZHU

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=200006281708.SAA00728@djlvig.dl.ac.uk \
    --to=d.love@dl.ac.uk \
    /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).