From: Jesper Harder <harder@myrealbox.com>
Subject: Re: New to Gnus
Date: Thu, 05 Dec 2002 17:50:11 +0100 [thread overview]
Message-ID: <m3wumoqukc.fsf@defun.localdomain> (raw)
In-Reply-To: s0KH9.194$Vz2.162127@twister.nyroc.rr.com
"Jeff Rancier" <jeff.rancier@softechnics.com> 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
<http://www.gnu.org/software/emacs/windows/faq.html>.
You could add that function to `gnus-started-hook'.
prev parent reply other threads:[~2002-12-05 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-05 15:11 New to Gnus Jeff Rancier
2002-12-05 16:50 ` Jesper Harder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3wumoqukc.fsf@defun.localdomain \
--to=harder@myrealbox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).