unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Bold by moving pixels problem
Date: Wed, 04 Jun 2003 04:54:41 -0400	[thread overview]
Message-ID: <E19NU2b-0005te-Nn@fencepost.gnu.org> (raw)
In-Reply-To: message from Miles Bader on 18 Dec 2002 19:01:01 +0900

This patch makes it possible to GC inside a lot of places
that formerly could not.  A list of them is below.
I would expect that some of them don't GCPRO what they need to,
but I have not checked them for that.

It also looks like eval can in principle be called from a signal
handler.  We could solve that problem if we move all X event
processing outside of the signal handler, as someone suggested.  That
would mean that mouse highlighting doesn't update if you move the
mouse while a command is running, and the Emacs frame would not
rewrite itself if you move another window across it while a command is
running.  I think that would be a very noticeable step backwards.

Is there a way to get the job done by having the user
specify something other than Lisp code to run?



realize_face
lookup_face
realize_default_face
realize_named_face
lookup_named_face
smaller_face
face_with_height
lookup_derived_face
compute_char_face
face_at_buffer_position
face_at_string_position
face_for_char
realize_basic_faces
ascii_face_of_lisp_face
highlight_trailing_whitespace
get_overlay_arrow_glyph_row
handle_face_prop
note_mouse_highlight
note_mouse_movement
(I did not search for the callers of the ones below.)
display_string
init_frame_faces
recompute_basic_faces
update_face_from_frame_parameter
next_element_from_display_vector
direct_output_for_insert
display_line
XTframe_up_to_date
redo_mouse_highlight
expose_frame
handle_one_xevent
x_dispatch_event
XTread_socket

             reply	other threads:[~2003-06-04  8:54 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-04  8:54 Richard Stallman [this message]
2003-06-04 14:35 ` Bold by moving pixels problem Stefan Monnier
2003-06-05 10:58   ` Richard Stallman
2004-01-21  5:39     ` Stefan Monnier
2003-06-04 23:30 ` Kim F. Storm
     [not found]   ` <E19O2Z4-0002Rk-GY@fencepost.gnu.org>
2003-06-06  1:45     ` Kim F. Storm
2003-06-06  0:46       ` Miles Bader
  -- strict thread matches above, loose matches on Subject: below --
2003-08-07  6:04 last-sexp-toggle-display Richard Stallman
2003-08-07 16:56 ` last-sexp-toggle-display Luc Teirlinck
2003-08-11 12:53   ` last-sexp-toggle-display Richard Stallman
2003-08-11 17:59     ` last-sexp-toggle-display Luc Teirlinck
2003-08-11 18:54       ` Bold by moving pixels problem Robert J. Chassell
2002-11-13  5:42 Gtk version getting closer Eli Zaretskii
2002-11-13 13:21 ` Robert J. Chassell
2002-11-14 12:16   ` Richard Stallman
2002-11-14 16:46     ` Robert J. Chassell
2002-11-15  2:20       ` Miles Bader
     [not found]         ` <m18EUbO-000IeAC@localhost>
2002-11-20 22:08           ` Bold by moving pixels problem Miles Bader
2002-11-21  0:21             ` Robert J. Chassell
2002-11-21  1:33               ` Stefan Monnier
2002-11-21  1:44                 ` Miles Bader
     [not found]                   ` <m18HRR2-000IeBC@localhost>
2002-12-17  5:00                     ` Miles Bader
2002-12-17  6:28                       ` Miles Bader
2002-12-17  7:08                         ` Miles Bader
2002-12-18 10:01                           ` Miles Bader
2002-12-18 12:26                             ` Kim F. Storm
2002-12-19  8:34                               ` Miles Bader
2002-12-19 10:18                                 ` Miles Bader
2002-12-19 12:18                                 ` Kim F. Storm
2002-12-19 11:27                                   ` Miles Bader
2002-12-19 12:25                                     ` Miles Bader
2002-12-19 13:55                                       ` Kim F. Storm
2003-01-07 11:02                                       ` Kim F. Storm
2003-01-07 14:02                                         ` Miles Bader
2003-01-09  7:28                                         ` Richard Stallman
2003-01-09  7:52                                           ` Miles Bader
2002-12-18 14:25                             ` Robert J. Chassell
2002-12-17 10:31                       ` Kim F. Storm
2002-12-17 16:38                       ` Robert J. Chassell
2002-12-17 23:54                         ` Miles Bader
2002-11-21  6:01               ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E19NU2b-0005te-Nn@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).