Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: F...  F...  Uh.
Date: 28 Feb 1998 13:44:56 +0100	[thread overview]
Message-ID: <m33eh36gqf.fsf@sparky.gnus.org> (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


             reply	other threads:[~1998-02-28 12:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-28 12:44 Lars Magne Ingebrigtsen [this message]
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

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m33eh36gqf.fsf@sparky.gnus.org \
    --to=larsi@ifi.uio.no \
    /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 NNTP newsgroup(s).