Gnus development mailing list
 help / color / mirror / Atom feed
* Two problems with mail and 0.75
@ 1999-02-04 12:43 Erik stlyngen
  1999-02-04 17:05 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Erik stlyngen @ 1999-02-04 12:43 UTC (permalink / raw)


I've updated from pguns 0.66 to 0.75, and have now some trouble getting email
select-methods and message sending to function correctly.

1. When I try to send an article I get the error: "Invalid coding system: iso-8895-4".
I'm using NTEmacs 20.3.1 with the EMACS_UNIBYTE variable set, and language
environment "Latin-4" (see extract from my .emacs below). This is because I want to use
the norwegian characters: {|} and [\].

2. I've set up gnus to fetch my email, and it does, but it doesn't tell me how many
unread messages there are in the email groups. Instead it shows a '*'. When I
enter the group and the go out, the '*' is replaced with the number of unread messages
(as it should be in the first place).


Extract from my .emacs file (actually _emacs, since I'm using NTEmacs):


(set-language-environment "Latin-4")

(setq nnmail-spool-file '((pop :user "eriko" :server "inbit.ifbt.ntnu.no" )))
(setq nnmail-split-methods 'nnmail-split-fancy)

(setq smtpmail-default-smtp-server "inbit.ifbt.ntnu.no")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)

(setq gnus-select-method (quote (nntp "news.ntnu.no")))
(setq gnus-secondary-select-methods '((nnml "private")))

(setq gnus-show-mime t)
(setq gnus-strict-mime t)

(load-library "smtpmail")
(load-library "message")

(setq message-send-mail-function 'smtpmail-send-it)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Two problems with mail and 0.75
  1999-02-04 12:43 Two problems with mail and 0.75 Erik stlyngen
@ 1999-02-04 17:05 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-02-04 17:05 UTC (permalink / raw)


"Erik \stlyngen" <eriko@ifbt.ntnu.no> writes:

> 1. When I try to send an article I get the error: "Invalid coding
> system: iso-8895-4".

Do you mean "Invalid coding system: iso-8859-4"?  Because there is no
`iso-8895-4' coding system.

> I'm using NTEmacs 20.3.1 with the EMACS_UNIBYTE variable set, and
> language environment "Latin-4" (see extract from my .emacs
> below). This is because I want to use the norwegian characters: {|}
> and [\].

There is no MULE support for iso-646-* (yet).  But the normal thing in
Norway is to use iso-8859-1 (aka "Latin-1") which gives us the
characters æøå ÆØÅ.

> 2. I've set up gnus to fetch my email, and it does, but it doesn't
> tell me how many unread messages there are in the email
> groups. Instead it shows a '*'.

I think this should be fixed in 0.76.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-02-04 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-04 12:43 Two problems with mail and 0.75 Erik stlyngen
1999-02-04 17:05 ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).