unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22410: htmlfontify and interaction with preproc-font
@ 2016-01-19 19:04 Phillip Lord
  2016-01-26 15:57 ` Phillip Lord
  0 siblings, 1 reply; 4+ messages in thread
From: Phillip Lord @ 2016-01-19 19:04 UTC (permalink / raw)
  To: 22410



https://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00892.html





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

* bug#22410: htmlfontify and interaction with preproc-font
  2016-01-19 19:04 bug#22410: htmlfontify and interaction with preproc-font Phillip Lord
@ 2016-01-26 15:57 ` Phillip Lord
  2019-11-17  6:48   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Phillip Lord @ 2016-01-26 15:57 UTC (permalink / raw)
  To: 22410

phillip.lord@russet.org.uk (Phillip Lord) writes:

> https://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00892.html


I have investigated further.

hfy-face-at appears to be returning the right thing, but htmlfontify
seems not to produce overlapping fonts. So, looking at the first:


#define EMACS_BUFFER_H

from buffer.h with preproc-font installed.

This is from htmlfontify.el

#+begin_src html
  <span class="preprocessor">#</span>
  <span class="preprocessor">define</span>
  <span class="preprocessor-background"> </span>
  <span class="variable-name">EMACS_BUFFER_H</span>
#+end_src

And this is from htmlize.el

#+begin_src html
  <span class="preproc-font-lock-preprocessor-background">
    <span class="preprocessor">#define</span>
  </span>
  <span class="preproc-font-lock-preprocessor-background"> </span>
  <span class="preproc-font-lock-preprocessor-background">
    <span class="variable-name">EMACS_BUFFER_H</span>
  </span>
#+end_src

AFAICT, this all happens in hfy-fontify-buffer, and I haven't found the
energy to step through this yet.






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

* bug#22410: htmlfontify and interaction with preproc-font
  2016-01-26 15:57 ` Phillip Lord
@ 2019-11-17  6:48   ` Lars Ingebrigtsen
  2020-08-12  3:23     ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-11-17  6:48 UTC (permalink / raw)
  To: Phillip Lord; +Cc: 22410

phillip.lord@russet.org.uk (Phillip Lord) writes:

> phillip.lord@russet.org.uk (Phillip Lord) writes:
>
>> https://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00892.html
>
> I have investigated further.
>
> hfy-face-at appears to be returning the right thing, but htmlfontify
> seems not to produce overlapping fonts. So, looking at the first:
>
> #define EMACS_BUFFER_H
>
> from buffer.h with preproc-font installed.
>
> This is from htmlfontify.el
>
> #+begin_src html
>   <span class="preprocessor">#</span>
>   <span class="preprocessor">define</span>
>   <span class="preprocessor-background"> </span>
>   <span class="variable-name">EMACS_BUFFER_H</span>
> #+end_src
>
> And this is from htmlize.el

(This bug report unfortunately got no feedback at the time.)

It's not quite clear what this bug report is referring to.  Is
htmlfontify.el fontifying the HTML in question wrong?  What is
preproc-font?  Is it an external package?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#22410: htmlfontify and interaction with preproc-font
  2019-11-17  6:48   ` Lars Ingebrigtsen
@ 2020-08-12  3:23     ` Stefan Kangas
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2020-08-12  3:23 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 22410-done, Phillip Lord

Lars Ingebrigtsen <larsi@gnus.org> writes:

> phillip.lord@russet.org.uk (Phillip Lord) writes:
>
>> phillip.lord@russet.org.uk (Phillip Lord) writes:
>>
>>> https://lists.gnu.org/archive/html/emacs-devel/2016-01/msg00892.html
>>
>> I have investigated further.
>>
>> hfy-face-at appears to be returning the right thing, but htmlfontify
>> seems not to produce overlapping fonts. So, looking at the first:
>>
>> #define EMACS_BUFFER_H
>>
>> from buffer.h with preproc-font installed.
>>
>> This is from htmlfontify.el
>>
>> #+begin_src html
>>   <span class="preprocessor">#</span>
>>   <span class="preprocessor">define</span>
>>   <span class="preprocessor-background"> </span>
>>   <span class="variable-name">EMACS_BUFFER_H</span>
>> #+end_src
>>
>> And this is from htmlize.el
>
> (This bug report unfortunately got no feedback at the time.)
>
> It's not quite clear what this bug report is referring to.  Is
> htmlfontify.el fontifying the HTML in question wrong?  What is
> preproc-font?  Is it an external package?

More information was requested, but none was given within 38 weeks, so
I'm closing this bug.  If this is still an issue, please reply to this
email (use "Reply to all" in your email client) and we can reopen the
bug report.

Best regards,
Stefan Kangas





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

end of thread, other threads:[~2020-08-12  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 19:04 bug#22410: htmlfontify and interaction with preproc-font Phillip Lord
2016-01-26 15:57 ` Phillip Lord
2019-11-17  6:48   ` Lars Ingebrigtsen
2020-08-12  3:23     ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).