Gnus development mailing list
 help / color / mirror / Atom feed
* Charset used in the article?
@ 2000-01-21 17:10 Michael Sperber [Mr. Preprocessor]
  2000-01-22  2:10 ` Laura Conrad
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Sperber [Mr. Preprocessor] @ 2000-01-21 17:10 UTC (permalink / raw)



Upon sending a message, the thing keeps asking me:

Charset used in the article:

(This is on a non-MULE XEmacs.)  I've tried following the trail of
variables to find out how to set some default here in a politically
correct way.  I've given up.  After reading the documentation for
`gnus-group-posting-charset-alist', I don't even know what the answer
to this question means anymore.  Can anyone help?

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla



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

* Re: Charset used in the article?
  2000-01-21 17:10 Charset used in the article? Michael Sperber [Mr. Preprocessor]
@ 2000-01-22  2:10 ` Laura Conrad
  0 siblings, 0 replies; 6+ messages in thread
From: Laura Conrad @ 2000-01-22  2:10 UTC (permalink / raw)
  Cc: ding

>>>>> "Michael" == Michael Sperber <sperber@informatik.uni-tuebingen.de> writes:

    Michael> Upon sending a message, the thing keeps asking me:

    Michael> Charset used in the article:

    Michael> (This is on a non-MULE XEmacs.)  I've tried following the
    Michael> trail of variables to find out how to set some default
    Michael> here in a politically correct way.  I've given up.  After
    Michael> reading the documentation for
    Michael> `gnus-group-posting-charset-alist', I don't even know
    Michael> what the answer to this question means anymore.  Can
    Michael> anyone help?

I had a similar problem last summer, and on the advice of this list, I
now have:

;character set
(setq message-default-charset `iso-8859-1)

in my .gnus.el.  This causes the question not to happen, and
everything is fine as long as I want to use only Latin-1 characters.

However, I now have the opposite problem.  If I try to insert Polish
characters, I get the message:

Charsym aogonek not valid in current buffer

What do you do once you have a default charset to use a non-default
charset?


-- 
Laura (mailto:lconrad@world.std.com , http://www.world.std.com/~lconrad/ )
(617) 661-8097	fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139



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

* Re: Charset used in the article:
  2002-06-23 15:56   ` Harry Putnam
@ 2002-06-23 21:12     ` Harry Putnam
  0 siblings, 0 replies; 6+ messages in thread
From: Harry Putnam @ 2002-06-23 21:12 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 2780 bytes --]

Harry Putnam <reader@newsguy.com> writes:

>> Can you M-x toggle-debug-on-quit RET and press C-g on the prompt to
>
> OK, but it doesn't happen that often, and I'm not sure what brings it
> on.
>
>> get a backtrace?  I think Gnus is supposed to guess charset
>> automatically.  Hm.  Unless you use emacs in unibyte mode.  Do you?
>
> Not afaik.  I've set nothing knowingly to do that. Is there a C-h v
> entry I can check to see?

Here is a back trace:
It came up when posting: 
  Message-ID: <m3sn3dbugl.fsf@newsguy.com>
Here.

Debugger entered--Lisp error: (quit)
  completing-read("Charset used in the article: " (("japanese-jisx0213-2") ("tibetan") ("indian-2-column") ("chinese-cns11643-7") ("chinese-cns11643-6") ("chinese-cns11643-5") ("chinese-cns11643-4") ("chinese-cns11643-3") ("ethiopic") ("mule-unicode-0100-24ff") ("mule-unicode-e000-ffff") ("mule-unicode-2500-33ff") ("tibetan-1-column") ("indian-glyph") ("indian-is13194") ("arabic-2-column") ("lao") ("ascii-right-to-left") ("arabic-1-column") ("arabic-digit") ("vietnamese-viscii-upper") ("vietnamese-viscii-lower") ("ipa") ("chinese-sisheng") ("chinese-big5-2") ("chinese-big5-1") ("japanese-jisx0213-1") ("chinese-cns11643-2") ("chinese-cns11643-1") ("japanese-jisx0212") ("korean-ksc5601") ("japanese-jisx0208") ("chinese-gb2312") ("japanese-jisx0208-1978") ("latin-iso8859-14") ("latin-iso8859-15") ("latin-iso8859-9") ("cyrillic-iso8859-5") ("latin-jisx0201") ("katakana-jisx0201") ("hebrew-iso8859-8") ("arabic-iso8859-6") ("greek-iso8859-7") ("thai-tis620") ("latin-iso8859-4") ("latin-iso8859-3") ("latin-iso8859-2") ("latin-iso8859-1") ("ascii") ("eight-bit-control") ...) nil t nil charset-history nil)
  mm-read-charset("Charset used in the article: ")
  mm-encode-body(nil)
  mml-generate-mime-1((part (type . "text/plain") (contents . "Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:\n\n> Harry Putnam <reader@newsguy.com> writes:\n>\n>> Raja R Harinath <harinath@cs.umn.edu> writes:\n>>\n>>> Actually it isn't :-)  The QP mangled form of '=' is '3D', not '3D'\n>>> which the message showed.\n>>\n>> Those two look indentical here..\n>\n> The right form is an equals sign, followed by a three, followed by a\n> capital d.  The wrong form is missing the equals sign.\n>\n> Your Gnus seems to delete the equals signs...\n\nViewing the above referenced message with C-u g doesn't help either.\nI still see '=' is '3D, not '3D'\n\nWhat might be causing this strange behavior? \n")))
  mml-generate-mime()
  message-encode-message-body()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit()
  gnus-draft-send(56 "nndraft:drafts" t)
  gnus-draft-send-message(nil)
  call-interactively(gnus-draft-send-message)



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

* Re: Charset used in the article:
  2002-06-23 10:59 ` Simon Josefsson
@ 2002-06-23 15:56   ` Harry Putnam
  2002-06-23 21:12     ` Harry Putnam
  0 siblings, 1 reply; 6+ messages in thread
From: Harry Putnam @ 2002-06-23 15:56 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Harry Putnam <reader@newsguy.com> writes:
>
>> What does it mean, when attempting to post, to get this prompt:
>>   Charset used in the article:
>>
>> So far I've just hit return to get on with posting.  What causes this
>> prompt?  And what does it want from me?
>
> Can you M-x toggle-debug-on-quit RET and press C-g on the prompt to

OK, but it doesn't happen that often, and I'm not sure what brings it
on.

> get a backtrace?  I think Gnus is supposed to guess charset
> automatically.  Hm.  Unless you use emacs in unibyte mode.  Do you?

Not afaik.  I've set nothing knowingly to do that. Is there a C-h v
entry I can check to see?



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

* Re: Charset used in the article:
  2002-06-23  4:12 Charset used in the article: Harry Putnam
@ 2002-06-23 10:59 ` Simon Josefsson
  2002-06-23 15:56   ` Harry Putnam
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Josefsson @ 2002-06-23 10:59 UTC (permalink / raw)
  Cc: ding

Harry Putnam <reader@newsguy.com> writes:

> What does it mean, when attempting to post, to get this prompt:
>   Charset used in the article:
>
> So far I've just hit return to get on with posting.  What causes this
> prompt?  And what does it want from me?

Can you M-x toggle-debug-on-quit RET and press C-g on the prompt to
get a backtrace?  I think Gnus is supposed to guess charset
automatically.  Hm.  Unless you use emacs in unibyte mode.  Do you?




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

* Charset used in the article:
@ 2002-06-23  4:12 Harry Putnam
  2002-06-23 10:59 ` Simon Josefsson
  0 siblings, 1 reply; 6+ messages in thread
From: Harry Putnam @ 2002-06-23  4:12 UTC (permalink / raw)


What does it mean, when attempting to post, to get this prompt:
  Charset used in the article:

So far I've just hit return to get on with posting.  What causes this
prompt?  And what does it want from me?



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

end of thread, other threads:[~2002-06-23 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-21 17:10 Charset used in the article? Michael Sperber [Mr. Preprocessor]
2000-01-22  2:10 ` Laura Conrad
2002-06-23  4:12 Charset used in the article: Harry Putnam
2002-06-23 10:59 ` Simon Josefsson
2002-06-23 15:56   ` Harry Putnam
2002-06-23 21:12     ` Harry Putnam

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).