From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10469 Path: main.gmane.org!not-for-mail From: Justin Sheehy Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-uu-post-length Date: 02 Apr 1997 11:49:59 -0500 Sender: dworkin@ccs.neu.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150334 24576 80.91.224.250 (20 Oct 2002 21:45:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:45:34 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id JAA32110 for ; Wed, 2 Apr 1997 09:13:35 -0800 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 2 Apr 1997 18:50:13 +0200 Original-Received: (qmail 1337 invoked by uid 504); 2 Apr 1997 16:47:41 -0000 Original-Received: (qmail 1334 invoked from network); 2 Apr 1997 16:47:40 -0000 Original-Received: from amber.ccs.neu.edu (root@129.10.111.100) by claymore.vcinet.com with SMTP; 2 Apr 1997 16:47:40 -0000 Original-Received: from everest.ccs.neu.edu (dworkin@everest.ccs.neu.edu [129.10.112.76]) by amber.ccs.neu.edu (8.8.4/8.7.3) with ESMTP id LAA12466 for ; Wed, 2 Apr 1997 11:50:00 -0500 (EST) Original-Received: (dworkin@localhost) by everest.ccs.neu.edu (8.8.4/8.6.4) id LAA14946; Wed, 2 Apr 1997 11:50:00 -0500 (EST) Original-To: ding@gnus.org X-Url: http://www.ccs.neu.edu/home/dworkin/ In-Reply-To: Jeff Murphy's message of 02 Apr 1997 09:14:42 -0500 Original-Lines: 21 X-Mailer: Gnus v5.4.40/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10469 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10469 Jeff Murphy writes: > ah. i figured there would be some sort of a common backend, so i > did an symbol lookup on 'length' .. and that was the only relevant-looking > symbol it came up with. > > pointers to the correct place to look are welcome! :) [re: tm posting functions and message splitting] Check out the variables: mime-editor/message-default-max-length mime-editor/message-max-length-alist mime-editor/split-message The simplest fix is to (setq mime-editor/split-message nil). -Justin