Gnus development mailing list
 help / color / mirror / Atom feed
* Bug in rfc2047.el
@ 2003-05-03 23:28 Karl Pflästerer
  2003-05-04  0:08 ` Vasily Korytov
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Pflästerer @ 2003-05-03 23:28 UTC (permalink / raw)


Hi,
the current cvs heaad version doesn't compile with XEmacs. This is
because of an bug in rfc2047.el.

Line 252; cvs version 6.45
  (let ((table (make-char-table 'syntax-table)))

For XEmacs the parameter must be `'syntax' not `'syntax-table'.

,----[ C-h f make-char-table RET ]
| `make-char-table' is a built-in function
| (make-char-table TYPE)
|[...]
| Each char table type is used for a different purpose and allows different
| sorts of values.  The different char table types are
| 
| `category'
| 	Used for category tables, which specify the regexp categories
| 	that a character is in.  The valid values are nil or a
| 	bit vector of 95 elements.  Higher-level Lisp functions are
| 	provided for working with category tables.  Currently categories
| 	and category tables only exist when Mule support is present.
| `char'
| 	A generalized char table, for mapping from one character to
| 	another.  Used for case tables, syntax matching tables,
| 	`keyboard-translate-table', etc.  The valid values are characters.
| `generic'
|         An even more generalized char table, for mapping from a
| 	character to anything.
| `display'
| 	Used for display tables, which specify how a particular character
| 	is to appear when displayed.  #### Not yet implemented.
| `syntax'
| 	Used for syntax tables, which specify the syntax of a particular
| 	character.  Higher-level Lisp functions are provided for
| 	working with syntax tables.  The valid values are integers.
`----

I don't post a patch as I don't know the right syntax for Emacs.

bye
   KP

-- 
            One, two!  One, two!  And through and through
                 The vorpal blade went snicker-snack!
          He left it dead, and with its head
                He went galumphing back.   "Lewis Carroll" "Jabberwocky"



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

end of thread, other threads:[~2003-05-04  2:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-03 23:28 Bug in rfc2047.el Karl Pflästerer
2003-05-04  0:08 ` Vasily Korytov
2003-05-04  2:46   ` Katsumi Yamaoka

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