From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: New to Gnus Date: Thu, 05 Dec 2002 17:50:11 +0100 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039107760 14210 80.91.224.249 (5 Dec 2002 17:02:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Dec 2002 17:02:40 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JzNs-0003OB-00 for ; Thu, 05 Dec 2002 18:01:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18JzIH-0005Fu-00; Thu, 05 Dec 2002 11:56:09 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4321 "Jeff Rancier" writes: > 1. When I attempt to send a reply to an article, I get "Searching for > program: no such file or directory, fakemail. My understanding is > that Gnus functionality for sending/replying is sufficient. On ms-windows you probably want to send mail directly through the SMTP server of your ISP -- something like this: (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "smtp.example.com") > 2. When reading an HTML message, I was getting an error finding > url-vars, found it in W3, installed and configured W3, and now see the > HTML, but only the tags. Should I expect this behaviour W3 has some limitations, one them is that it does not always deal graciously with malformed HTML (which is often the case with HTML email). AFAIK, there's no easy way to fix it in Gnus 5.9. But the next version will let you choose an alternative way to render HTML in Gnus, such as Lynx, w3m or Links. > 3. When Gnus starts in the other frame, I'm required to double click > on the title bar to be able to see the entire frame, i.e., the > mode-line is beyond the actual display size. Is there anyway to have > the other frame maximized without double clicking on it. You can specify the initial size of a new frame in `default-frame-alist'. Also, I think there's some specific way to maximize under ms-windows, see the Emacs on Windows FAQ for details . You could add that function to `gnus-started-hook'.