From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25606 Path: main.gmane.org!not-for-mail From: "Robin S. Socha" Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems w/charsets pgnus 0.97 Date: 02 Oct 1999 02:51:47 +0200 Organization: Usenet Death Squad Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035162961 14880 80.91.224.250 (21 Oct 2002 01:16:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:16:01 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA01656 for ; Fri, 1 Oct 1999 21:22:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB16990; Fri, 1 Oct 1999 20:21:47 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 01 Oct 1999 20:22:08 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA24532 for ; Fri, 1 Oct 1999 20:21:57 -0500 (CDT) Original-Received: from kens.com (kens.com [129.250.30.40]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA01636 for ; Fri, 1 Oct 1999 21:19:59 -0400 (EDT) Original-Received: from socha.net (IDENT:root@next3.rhrz.uni-bonn.de [131.220.224.32]) by kens.com (8.9.3/8.9.3-mod-for-majordomo) with ESMTP id VAA09354; Fri, 1 Oct 1999 21:19:58 -0400 (EDT) Original-Received: (from robin@localhost) by socha.net (8.8.7/8.8.7) id CAA28438; Sat, 2 Oct 1999 02:51:47 +0200 Original-To: jorn.h.b.dahl@stud.jbi.hioslo.no (Jørn Helge B. Dahl) X-URL: X-Face: #Z}0zkbqU,m`+S)^0R[.23L-o>U{UQ|(DvIqu^Bjw:po_g9;4JnT9tbn;QX$ga/LYS In-Reply-To: jorn.h.b.dahl@stud.jbi.hioslo.no's message of "01 Oct 1999 13:49:24 +0200" Original-Lines: 16 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25606 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25606 * Jørn Helge B Dahl writes: > When I post a news message or send a mail I get the prompt "Charset > used in the article: ". If i type RET RET the message is sent as > 7bit, us-ascii. I poked aroud in the sources, but I never found out > if there's a variable i could set. ;;*================================ ;;* MIME Settings for PGnus ;;*================================ (require 'mm-util) (defun mm-read-charset (prompt) "Return a charset." 'iso-8859-1) (setq gnus-default-posting-charset (quote iso-8859-1)) -- Robin S. Socha