index

emacs-cvs

f#title troubles with CVS (GNU) Emacs

Why do I need:

Selecting fonts for a fontset

I have a fontset. I set `(,(decode-char 'ucs #x0400) . ,(decode-char 'ucs #x04ff)) -> "--medium-R-Normal--25------koi8-r"

But, If I set -- instead of -Normal-, the normal (non bold) version is bold.

So, I have to force -Normal-, and when I need bold, I have to make an exception: Create a new fontset, and

* Digging in process.c for wrong encoding (to psql sub-process) In the end it was psql that needed a better configuration! No, it needed a fix in the C code!!!

Expose not reacted on!

resizing emacs window (i.e. frame) .... no reaction!!

[19 lug 06] I dug in the code to search for intereaction between Main loop and signal handler. Conclusion:

Main Loop resides in keyboard.c, but the SELECT itself is in process.c And it stays in process for a long time (in absence of timers, keyboard input).

As conclusion I had to insert this code:

      if (do_display)
        redisplay_preserve_echo_area (12);

avoid re-drawing on resize:

M-x list-faces-display illustrates well the problem

Changes to

-

When I isearch the current line

is redrawn. I.e. not bold, and then immediately bold.

I made (all) my tracing conditional! MMC_DEBUG 0

on dell I had to

0 MAIL_USE_MAILLOCK ...