Gnus development mailing list
 help / color / mirror / Atom feed
* find-non-ascii-charset-region
@ 1998-08-30 21:06 Rolf Marvin B|e Lindgren
  1998-08-30 21:20 ` find-non-ascii-charset-region Raja R Harinath
  0 siblings, 1 reply; 3+ messages in thread
From: Rolf Marvin B|e Lindgren @ 1998-08-30 21:06 UTC (permalink / raw)



when trying to post from pgnus 0.9, gnus fails and complaints about
void-function find-non-ascii-charset-region.

I use GNU Emacs 20.3.

-- 
Rolf Lindgren                                        http://www.uio.no/~roffe/
roffe@tag.uio.no                                                 ICQ# 14442920
.



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

* Re: find-non-ascii-charset-region
  1998-08-30 21:06 find-non-ascii-charset-region Rolf Marvin B|e Lindgren
@ 1998-08-30 21:20 ` Raja R Harinath
  1998-08-30 21:29   ` find-non-ascii-charset-region Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Raja R Harinath @ 1998-08-30 21:20 UTC (permalink / raw)


Rolf Marvin B|e Lindgren <roffe@morgoth.uio.no> writes:
> when trying to post from pgnus 0.9, gnus fails and complaints about
> void-function find-non-ascii-charset-region.

	(defun find-non-ascii-charset-region (beg end)
	   nil)

or

	(defun find-non-ascii-charset-region (beg end)
	  (delq 'ascii (find-charset-region beg end)))

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash


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

* Re: find-non-ascii-charset-region
  1998-08-30 21:20 ` find-non-ascii-charset-region Raja R Harinath
@ 1998-08-30 21:29   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-30 21:29 UTC (permalink / raw)


Raja R Harinath <harinath@cs.umn.edu> writes:

> 	(defun find-non-ascii-charset-region (beg end)
> 	  (delq 'ascii (find-charset-region beg end)))

Yup.  Fix in Pterodactyl Gnus v0.10.

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


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

end of thread, other threads:[~1998-08-30 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-30 21:06 find-non-ascii-charset-region Rolf Marvin B|e Lindgren
1998-08-30 21:20 ` find-non-ascii-charset-region Raja R Harinath
1998-08-30 21:29   ` find-non-ascii-charset-region 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).