From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34425 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: C-x m versus m in Gnus Date: 27 Jan 2001 00:17:26 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2nelxppo9l.fsf@tiger.jia.vnet> References: <87zogfgmdl.fsf@raven.localnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170354 30349 80.91.224.250 (21 Oct 2002 03:19:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:19:14 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 11285D049D for ; Sat, 27 Jan 2001 00:18:35 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id XAC21522; Fri, 26 Jan 2001 23:17:51 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Jan 2001 23:17:12 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id XAA17998 for ; Fri, 26 Jan 2001 23:17:02 -0600 (CST) Original-Received: from zsh.yi.org (roc-24-93-30-91.rochester.rr.com [24.93.30.91]) by mailhost.sclp.com (Postfix) with ESMTP id 27A88D049D for ; Sat, 27 Jan 2001 00:17:31 -0500 (EST) Original-Received: (from zsh@localhost) by zsh.yi.org (8.11.0/8.10.0) id f0R5HQ429893; Sat, 27 Jan 2001 00:17:26 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: <87zogfgmdl.fsf@raven.localnet> (Rob Browning's message of "25 Jan 2001 18:58:30 -0600") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:34425 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34425 Rob Browning writes: > Ian Swainson writes: > > > Thanks Kai. This works great if I C-x m after having started Gnus (I > > could start it and then q it too), but if I start Emacs and then do > > C-x m (without having already started Gnus) I get an error as > > follows: > > > > Symbol's function definition is void: nil > > > > Any ideas? > > I had the same problem, and after mucking around in the source for a > while, I came up with this solution, though I'm not sure what parts of > it, if any, have been superceeded by 5.8.8. If anyone notices I'm > doing the wrong thing(TM), here, please let me know. (require 'gnus-msg) (setq mail-user-agent 'gnus-user-agent) These two lines are enough to make `C-x m' works. ShengHuo -- (setq gnus-posting-styles '((".*" (signature-file "~/.signature"))))