all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [nxhtml] BOM with utf-8
@ 2008-05-16 23:43 Patrick Drechsler
  2008-05-17  7:59 ` Lennart Borgman (gmail)
       [not found] ` <mailman.11747.1211011226.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick Drechsler @ 2008-05-16 23:43 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]

Sorry for the duplicate post, but sending a mail to to:

emacs-nxml-mode@yahoogroups.com

did not work (the address of "M-x nxhtml-bug-report").

Maybe somebody here can point me in the right direction.


This is a bug report for nXhtml mode.
This bug report will be sent to the nXhtml maintainers,
not to your local site managers!

Please write in English if possible, because the nXhtml maintainers
usually do not have translators to read other languages for them.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug (it may also be
helpful to include an *EXAMPLE FILE*!):

Hi,

is the attached xml file (simple.xml) really invalid (as indicated by
nxhtml) or is this a bug in nxhtml?

describe-char on the first symbol gives (I replaced the BOM part with
XXX):

,----
|   character: XXX (325983, #o1174537, #x4f95f, U+FEFF)
|     charset: mule-unicode-e000-ffff (Unicode characters of the range
| U+E000..U+FFFF.)
|  code point: #x72 #x5F
|      syntax: w 	which means: word
| buffer code: #x9C #xF3 #xF2 #xDF
|   file code: #xEF #xBB #xBF (encoded by coding system utf-8-dos)
|     display: by this font (glyph code)
|      -outline-Courier
| New-normal-r-normal-normal-13-97-96-96-c-*-iso10646-1 (#xFEFF)
| 
| There is an overlay here:
|  From 1 to 2
|   category             rng-error
|   help-echo            "Missing space after name"
|   priority             1
| 
| 
| There are text properties here:
|   fontified            t
`----

describe-current-coding-system also looks correct:

,----
| Coding system for saving this buffer:
|   u -- utf-8-dos (alias of mule-utf-8-dos)
`----

BTW: When invoking `M-x nxhtml-report-bug' I get the error:

let*: Symbol's value as variable is void: nxhtml:version

Emacs version(s):

GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE

GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
2008-05-08 on golem

nxhtml version:

nxhtml-1.29-080515

Regards

Patrick


[-- Attachment #2: simple.xml --]
[-- Type: application/xml, Size: 57 bytes --]

<?xml version="1.0" encoding="UTF-8"?>
<data>
</data>

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

* Re: [nxhtml] BOM with utf-8
  2008-05-16 23:43 [nxhtml] BOM with utf-8 Patrick Drechsler
@ 2008-05-17  7:59 ` Lennart Borgman (gmail)
       [not found] ` <mailman.11747.1211011226.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Lennart Borgman (gmail) @ 2008-05-17  7:59 UTC (permalink / raw
  To: Patrick Drechsler; +Cc: help-gnu-emacs

Hi Patrick, thanks for the bug report, but this is a possible bug in 
nxml-mode which is a part of Emacs now (even though it is also still 
distributed with nXhtml). Could you therefore please send an Emacs bug 
report with the CVS Emacs 23? From the menus use

   Help - Send Bug Report


Can you please also tell what error you got when you tried to send to 
the mail address below?

- L


Patrick Drechsler wrote:
> Sorry for the duplicate post, but sending a mail to to:
> 
> emacs-nxml-mode@yahoogroups.com
> 
> did not work (the address of "M-x nxhtml-bug-report").
> 
> Maybe somebody here can point me in the right direction.
> 
> 
> This is a bug report for nXhtml mode.
> This bug report will be sent to the nXhtml maintainers,
> not to your local site managers!
> 
> Please write in English if possible, because the nXhtml maintainers
> usually do not have translators to read other languages for them.
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug (it may also be
> helpful to include an *EXAMPLE FILE*!):
> 
> Hi,
> 
> is the attached xml file (simple.xml) really invalid (as indicated by
> nxhtml) or is this a bug in nxhtml?
> 
> describe-char on the first symbol gives (I replaced the BOM part with
> XXX):
> 
> ,----
> |   character: XXX (325983, #o1174537, #x4f95f, U+FEFF)
> |     charset: mule-unicode-e000-ffff (Unicode characters of the range
> | U+E000..U+FFFF.)
> |  code point: #x72 #x5F
> |      syntax: w 	which means: word
> | buffer code: #x9C #xF3 #xF2 #xDF
> |   file code: #xEF #xBB #xBF (encoded by coding system utf-8-dos)
> |     display: by this font (glyph code)
> |      -outline-Courier
> | New-normal-r-normal-normal-13-97-96-96-c-*-iso10646-1 (#xFEFF)
> | 
> | There is an overlay here:
> |  From 1 to 2
> |   category             rng-error
> |   help-echo            "Missing space after name"
> |   priority             1
> | 
> | 
> | There are text properties here:
> |   fontified            t
> `----
> 
> describe-current-coding-system also looks correct:
> 
> ,----
> | Coding system for saving this buffer:
> |   u -- utf-8-dos (alias of mule-utf-8-dos)
> `----
> 
> BTW: When invoking `M-x nxhtml-report-bug' I get the error:
> 
> let*: Symbol's value as variable is void: nxhtml:version
> 
> Emacs version(s):
> 
> GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE
> 
> GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
> 2008-05-08 on golem
> 
> nxhtml version:
> 
> nxhtml-1.29-080515
> 
> Regards
> 
> Patrick
> 




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

* Re: [nxhtml] BOM with utf-8
       [not found] ` <mailman.11747.1211011226.18990.help-gnu-emacs@gnu.org>
@ 2008-05-17 12:39   ` Patrick Drechsler
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Drechsler @ 2008-05-17 12:39 UTC (permalink / raw
  To: help-gnu-emacs

"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:

> Hi Patrick, thanks for the bug report, but this is a possible bug in
> nxml-mode which is a part of Emacs now (even though it is also still
> distributed with nXhtml). Could you therefore please send an Emacs bug
> report with the CVS Emacs 23? 

Done.

> Can you please also tell what error you got when you tried to send to
> the mail address below?
[emacs-nxml-mode@yahoogroups.com]

Sorry for being unclear: I did not get an error message, but looking at
yahoogroups' web interface did not show the message a few hours
after sending the message (and it is still not there).

Cheers,

Patrick 


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

end of thread, other threads:[~2008-05-17 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 23:43 [nxhtml] BOM with utf-8 Patrick Drechsler
2008-05-17  7:59 ` Lennart Borgman (gmail)
     [not found] ` <mailman.11747.1211011226.18990.help-gnu-emacs@gnu.org>
2008-05-17 12:39   ` Patrick Drechsler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.