all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* color not showing in enriched.txt example file for emacs 24.5, debian 9
@ 2018-09-14  2:28 Dan Hitt
  2018-09-14  6:03 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Dan Hitt @ 2018-09-14  2:28 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I'm using emacs 24.5 on debian 9.

The data-directory is /usr/share/emacs/24.5/etc

In that directory there's an example enriched.txt file.

However, when i visit the file, no color is showing.  Bold face and
italics are showing.

I started emacs with 'emacs -q'  to avoid using my startup.

Note that my emacs certainly doesn't have trouble showing color in font-lock.

TIA for any info on how to get the colors to show.

dan



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

* Re: color not showing in enriched.txt example file for emacs 24.5, debian 9
  2018-09-14  2:28 color not showing in enriched.txt example file for emacs 24.5, debian 9 Dan Hitt
@ 2018-09-14  6:03 ` Eli Zaretskii
  2018-09-14 15:03   ` Dan Hitt
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2018-09-14  6:03 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Dan Hitt <dan.hitt@gmail.com>
> Date: Thu, 13 Sep 2018 19:28:13 -0700
> 
> I'm using emacs 24.5 on debian 9.
> 
> The data-directory is /usr/share/emacs/24.5/etc
> 
> In that directory there's an example enriched.txt file.
> 
> However, when i visit the file, no color is showing.  Bold face and
> italics are showing.

Do you see any error messages in the *Messages* buffer?



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

* Re: color not showing in enriched.txt example file for emacs 24.5, debian 9
  2018-09-14  6:03 ` Eli Zaretskii
@ 2018-09-14 15:03   ` Dan Hitt
  2018-09-14 18:44     ` Eli Zaretskii
  2018-09-17 19:30     ` Charles A. Roelli
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Hitt @ 2018-09-14 15:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs

On Thu, Sep 13, 2018 at 11:03 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Dan Hitt <dan.hitt@gmail.com>
>> Date: Thu, 13 Sep 2018 19:28:13 -0700
>>
>> I'm using emacs 24.5 on debian 9.
>>
>> The data-directory is /usr/share/emacs/24.5/etc
>>
>> In that directory there's an example enriched.txt file.
>>
>> However, when i visit the file, no color is showing.  Bold face and
>> italics are showing.
>
> Do you see any error messages in the *Messages* buffer?
>

Ah, thanks Eli, a very good point!

And yes i do see error messages, and yes they look quite relevant, or
at least most of them do:

Extra closing annotation (indent) in file
Unknown annotations: (x-color x-color x-color x-bg-color x-bg-color
x-color x-bg-color x-color x-bg-color x-color x-bg-color x-color
x-bg-color x-color x-bg-color x-color x-bg-color x-color x-bg-color
x-color x-bg-color x-color x-bg-color x-color x-color x-color x-color
x-color x-color x-color x-bg-color x-bg-color x-color x-bg-color
x-color x-bg-color x-color x-bg-color x-color x-bg-color x-color)
Indenting...

Don't know about the indentation, but having all this color stuff
unknown sounds like a problem . . . .

dan



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

* Re: color not showing in enriched.txt example file for emacs 24.5, debian 9
  2018-09-14 15:03   ` Dan Hitt
@ 2018-09-14 18:44     ` Eli Zaretskii
  2018-09-17 19:30     ` Charles A. Roelli
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2018-09-14 18:44 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Dan Hitt <dan.hitt@gmail.com>
> Date: Fri, 14 Sep 2018 08:03:56 -0700
> Cc: help-gnu-emacs@gnu.org
> 
> >> However, when i visit the file, no color is showing.  Bold face and
> >> italics are showing.
> >
> > Do you see any error messages in the *Messages* buffer?
> >
> 
> Ah, thanks Eli, a very good point!
> 
> And yes i do see error messages, and yes they look quite relevant, or
> at least most of them do:
> 
> Extra closing annotation (indent) in file
> Unknown annotations: (x-color x-color x-color x-bg-color x-bg-color
> x-color x-bg-color x-color x-bg-color x-color x-bg-color x-color
> x-bg-color x-color x-bg-color x-color x-bg-color x-color x-bg-color
> x-color x-bg-color x-color x-bg-color x-color x-color x-color x-color
> x-color x-color x-color x-bg-color x-bg-color x-color x-bg-color
> x-color x-bg-color x-color x-bg-color x-color x-bg-color x-color)
> Indenting...

Chrystal ball says that Debian removed some of the functionality from
enriched.el as part of the "enriched mode security vulnerability"
panic circa Emacs 25.3 release.  Looks like they removed the color
support as well, for a good measure.

IOW, I think you should complain to Debian.  Emacs 24.5 that I built
myself has no problems with colors in enriched.txt.



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

* Re: color not showing in enriched.txt example file for emacs 24.5, debian 9
  2018-09-14 15:03   ` Dan Hitt
  2018-09-14 18:44     ` Eli Zaretskii
@ 2018-09-17 19:30     ` Charles A. Roelli
  2018-09-17 19:47       ` Eli Zaretskii
  1 sibling, 1 reply; 7+ messages in thread
From: Charles A. Roelli @ 2018-09-17 19:30 UTC (permalink / raw)
  To: Dan Hitt; +Cc: help-gnu-emacs

> From: Dan Hitt <dan.hitt@gmail.com>
> Date: Fri, 14 Sep 2018 08:03:56 -0700
>
> >> From: Dan Hitt <dan.hitt@gmail.com>
> >> Date: Thu, 13 Sep 2018 19:28:13 -0700
> >>
> >> I'm using emacs 24.5 on debian 9.
> >>
> >> The data-directory is /usr/share/emacs/24.5/etc
> >>
> >> In that directory there's an example enriched.txt file.
> >>
> >> However, when i visit the file, no color is showing.  Bold face and
> >> italics are showing.
> >
> > Do you see any error messages in the *Messages* buffer?
> >
> 
> Ah, thanks Eli, a very good point!
> 
> And yes i do see error messages, and yes they look quite relevant, or
> at least most of them do:
> 
> Extra closing annotation (indent) in file
> Unknown annotations: (x-color x-color x-color x-bg-color x-bg-color
> x-color x-bg-color x-color x-bg-color x-color x-bg-color x-color
> x-bg-color x-color x-bg-color x-color x-bg-color x-color x-bg-color
> x-color x-bg-color x-color x-bg-color x-color x-color x-color x-color
> x-color x-color x-color x-bg-color x-bg-color x-color x-bg-color
> x-color x-bg-color x-color x-bg-color x-color x-bg-color x-color)
> Indenting...
> 
> Don't know about the indentation, but having all this color stuff
> unknown sounds like a problem . . . .

The color works fine here in Emacs 24.5 on macOS, but this line

> Extra closing annotation (indent) in file

sticks out a bit as another bug.  It doesn't show when opening the
sample enriched text file in Emacs 24.3, but it does in Emacs 24.4.



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

* Re: color not showing in enriched.txt example file for emacs 24.5, debian 9
  2018-09-17 19:30     ` Charles A. Roelli
@ 2018-09-17 19:47       ` Eli Zaretskii
  2018-09-17 19:55         ` Charles A. Roelli
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2018-09-17 19:47 UTC (permalink / raw)
  To: Charles A. Roelli; +Cc: dan.hitt, help-gnu-emacs

> Date: Mon, 17 Sep 2018 21:30:04 +0200
> From: charles@aurox.ch (Charles A. Roelli)
> CC: eliz@gnu.org, help-gnu-emacs@gnu.org
> 
> The color works fine here in Emacs 24.5 on macOS, but this line
> 
> > Extra closing annotation (indent) in file
> 
> sticks out a bit as another bug.  It doesn't show when opening the
> sample enriched text file in Emacs 24.3, but it does in Emacs 24.4.

Thanks, fixed.



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

* Re: color not showing in enriched.txt example file for emacs 24.5, debian 9
  2018-09-17 19:47       ` Eli Zaretskii
@ 2018-09-17 19:55         ` Charles A. Roelli
  0 siblings, 0 replies; 7+ messages in thread
From: Charles A. Roelli @ 2018-09-17 19:55 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: dan.hitt, help-gnu-emacs

> Date: Mon, 17 Sep 2018 22:47:14 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> CC: dan.hitt@gmail.com, help-gnu-emacs@gnu.org
> 
> > Date: Mon, 17 Sep 2018 21:30:04 +0200
> > From: charles@aurox.ch (Charles A. Roelli)
> > CC: eliz@gnu.org, help-gnu-emacs@gnu.org
> > 
> > The color works fine here in Emacs 24.5 on macOS, but this line
> > 
> > > Extra closing annotation (indent) in file
> > 
> > sticks out a bit as another bug.  It doesn't show when opening the
> > sample enriched text file in Emacs 24.3, but it does in Emacs 24.4.
> 
> Thanks, fixed.

Thank you!



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

end of thread, other threads:[~2018-09-17 19:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14  2:28 color not showing in enriched.txt example file for emacs 24.5, debian 9 Dan Hitt
2018-09-14  6:03 ` Eli Zaretskii
2018-09-14 15:03   ` Dan Hitt
2018-09-14 18:44     ` Eli Zaretskii
2018-09-17 19:30     ` Charles A. Roelli
2018-09-17 19:47       ` Eli Zaretskii
2018-09-17 19:55         ` Charles A. Roelli

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.