f#title troubles with CVS (GNU) Emacs
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!!!
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);
Changes to
-
I made (all) my tracing conditional! MMC_DEBUG 0