Gnus development mailing list
 help / color / mirror / Atom feed
* F...  F...  Uh.
@ 1998-02-28 12:44 Lars Magne Ingebrigtsen
  1998-02-28 13:19 ` SL Baur
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-02-28 12:44 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

Ok, so I'm trying not to use naughty words.

A user has sent me this backtrace from Emacs 20.2.89:

Signaling: (error "Invalid character: 4200, 4831827856, 0x0")
  insert("  €0    : ")
  (progn (insert (format "%c%c%c%s%5s: " gnus-tmp-marked-mark gnus-tmp-subscribed gnus-tmp-process-marked gnus-group-indentation gnus-tmp-number-of-unread)) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert gnus-tmp-grouplens "\n"))

[...]

  gnus-group-insert-group-line("dummy.group" 0 nil 0 nil)

What is happening here is that Gnus is trying to insert \200 into a
buffer, and Emacs (no longer) will let it.  What is now the proper
incantation?

It now does something like

(insert 128)

Is 

(insert ?\200) 

allowed?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1998-03-01 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-28 12:44 F... F... Uh Lars Magne Ingebrigtsen
1998-02-28 13:19 ` SL Baur
1998-02-28 14:20   ` Lars Balker Rasmussen
1998-03-01 12:52     ` Lars Magne Ingebrigtsen
1998-03-01  1:10   ` William M. Perry
1998-03-01 12:53   ` 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).