From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21935 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Message - which charset? Date: 16 Mar 1999 09:09:07 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <876781q2jg.fsf@pc-hrvoje.srce.hr> References: <87n21dq4oa.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159948 25516 80.91.224.250 (21 Oct 2002 00:25:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:25:48 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA08879 for ; Tue, 16 Mar 1999 03:10:14 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB27357; Tue, 16 Mar 1999 02:09:31 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 Mar 1999 02:09:57 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id CAA24521 for ; Tue, 16 Mar 1999 02:09:49 -0600 (CST) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA08111 for ; Tue, 16 Mar 1999 03:09:39 -0500 (EST) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 2.05 #1 (Debian)) id 10MouR-0004Q5-00; Tue, 16 Mar 1999 09:09:07 +0100 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Thanks. Prob is - my "simple elisp" does a good job of determining > the charset of the message being viewed by gnus (run by > gnus-part-display-hook) - but when should I set the > message-default-charset? It is global (right?) and I don't want to > change it while I'm browsing my mail - I want to change it only when > I reply/follow up a particular message, and only for the duration of > that reply... Well, you could hook into one of the message hooks, e.g. `message-send-hook' and have "simple elisp" analyze the contents of the message buffer.