Re: memory leak in xpm_load

2007-06-06 Thread YAMAMOTO Mitsuharu
On Wed, 6 Jun 2007 11:41:24 +0200, Juanma Barranquero [EMAIL PROTECTED] said: On 6/6/07, YAMAMOTO Mitsuharu [EMAIL PROTECTED] wrote: In xpm_load (if HAVE_XPM and ALLOC_XPM_COLORS), xpm_init_color_cache is called twice without an intervening xpm_free_color_cache call, and that causes

memory leak in xpm_load

2007-06-05 Thread YAMAMOTO Mitsuharu
In xpm_load (if HAVE_XPM and ALLOC_XPM_COLORS), xpm_init_color_cache is called twice without an intervening xpm_free_color_cache call, and that causes a memory leak ~4KB per XPM image creation. YAMAMOTO Mitsuharu [EMAIL

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-06-03 Thread YAMAMOTO Mitsuharu
by the subsequent x_encode_text call for `icon.value' in emacs-unicode-2 even on non-GTK+ builds. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-06-01 Thread YAMAMOTO Mitsuharu
to XSetWMIconName unnecessary in the GTK+ case? Previously, it was called in both cases and that was the reason for x_encode_text in the GTK+ case. YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-06-01 Thread YAMAMOTO Mitsuharu
for x_set_name_internal for now. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-05-31 Thread YAMAMOTO Mitsuharu
the frame appear, but I'm not absolutely sure. I think this is due to string data relocation caused by ENCODE_UTF_8 in x_set_name_internal (GTK+ only). YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/xfns.c

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars

2007-05-31 Thread YAMAMOTO Mitsuharu
On Fri, 01 Jun 2007 10:05:41 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: I think this is due to string data relocation caused by ENCODE_UTF_8 in x_set_name_internal (GTK+ only). GCPRO was missing in the previous patch. Below is a revised one

Re: Contiguous redisplay of the menu and beeps

2007-05-28 Thread YAMAMOTO Mitsuharu
-equal tag-string ) (message Invisible tag: %s tag-string it stalls as before with 100% CPU consumption. I could reproduce this, but shouldn't the above `let' be `let*'? YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: Contiguous redisplay of the menu and beeps

2007-05-27 Thread YAMAMOTO Mitsuharu
and conservative change to avoid regression at this stage. YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/indent.c === RCS file: /cvsroot/emacs/emacs/src/indent.c,v

Re: Contiguous redisplay of the menu and beeps

2007-05-27 Thread YAMAMOTO Mitsuharu
- display_mode_lines - display_mode_line YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Re: Contiguous redisplay of the menu and beeps

2007-05-27 Thread YAMAMOTO Mitsuharu
(Qinhibit_point_motion_hooks, Qt); { Lisp_Object tail, frame; This patch works on Mac OS X for the original problem (without my previous patch). Adding specbind and unbind_to around the `current_column' in redisplay_internal also works. YAMAMOTO Mitsuharu

Re: Contiguous redisplay of the menu and beeps

2007-05-27 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Contiguous redisplay of the menu and beeps

2007-05-27 Thread YAMAMOTO Mitsuharu
observed the other operations are blocked part of the bug report on this platform.) Let's get this into the branch. Done. Reports from Windows users still wanted. YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: Carbon: resize event from accessibility API

2007-05-21 Thread YAMAMOTO Mitsuharu
will not be redrawn to fit the new size. Does this change work? YAMAMOTO Mitsuharu [EMAIL PROTECTED] *** src/macterm.c.~1.214.2.2.~ Sat May 19 14:08:55 2007 --- src/macterm.c Mon May 21 21:06:22 2007

Re: Carbon: Option-as-Meta Sometimes Inputs Accented Characters

2007-05-12 Thread YAMAMOTO Mitsuharu
it with a Carbon build straight from GNU Emacs CVS (with setting mac-option-modifier to meta)? YAMAMOTO Mitsuharu [EMAIL PROTECTED] *** emacs/src/macterm.c.~1.214.~Fri Apr 13 17:14:46 2007 --- emacs/src/macterm.c Sat May 12 19:23:49

Re: Carbon: Option-as-Meta Sometimes Inputs Accented Characters

2007-05-12 Thread YAMAMOTO Mitsuharu
keyboard layout. Also, to make sure, please try some case that does not involve any dead-keys. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug

Re: Carbon Emacs won't start when installed in certain paths

2007-05-10 Thread YAMAMOTO Mitsuharu
On Wed, 09 May 2007 17:36:37 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: Though the non-ASCII unibyte `default-directory' case seems to be sufficient for the originally reported problem, we should also handle the following cases in order to make Fexpand_file_name consistent

Re: Carbon Emacs won't start when installed in certain paths

2007-05-09 Thread YAMAMOTO Mitsuharu
comment on this? YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Mac OS X: colors in a terminal

2007-04-26 Thread YAMAMOTO Mitsuharu
to be clarified? This description seems to be applicable only to Terminal.app on Mac OS X 10.1. I'll update it. Thanks for notifying. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug

Re: mac/INSTALL typos

2007-04-26 Thread YAMAMOTO Mitsuharu
://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00257.html Sorry, I should have noticed that, but I didn't recognize him when I read the report. YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread YAMAMOTO Mitsuharu
, it means there's an error in the keylayout file. (I'm using Mac OS X 10.4.9.) Can you replace `action=' at line 722 with `output=' and try again? YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-24 Thread YAMAMOTO Mitsuharu
(group=0). If the modified ExtendedIrishAidan.keylayout doesn't have the same problem, then I'd suspect a bug in UCKeyTranslate() with the combination of XML non-Unicode keylayout and non-US keyboard. YAMAMOTO Mitsuharu [EMAIL

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-23 Thread YAMAMOTO Mitsuharu
? YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: C-char doesn't respect current keyboard layout, OS X Carbon

2007-04-22 Thread YAMAMOTO Mitsuharu
, modifier_key_state, YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Re: Carbon Emacs won't start when installed in certain paths

2007-04-10 Thread YAMAMOTO Mitsuharu
command-line-default-directory (decode-coding-string command-line-default-directory locale-coding-system t YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/buffer.c

Re: Carbon Emacs won't start when installed in certain paths

2007-04-09 Thread YAMAMOTO Mitsuharu
and I'm not sure if it is safe to use ENCODE_FILE in init_callproc. Also, this kind of changes may not be appropriate at this stage. YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/callproc.c

Re: x-display-list on the Mac

2007-03-24 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: x-display-list on the Mac

2007-03-24 Thread YAMAMOTO Mitsuharu
screen on two monitors, it should return the total width. This seems to not be the case when compiling for native OSX. OK, how about this? x-display-mm-{width,height} are changed so as to keep the dpi values of the main display. YAMAMOTO Mitsuharu

Re: x-display-list on the Mac

2007-03-24 Thread YAMAMOTO Mitsuharu
not abuse them. As I mentioned earlier, the concept you want has another name framebuffer in the X11 (Xinerama) world, and I think the right thing is to support them in a consistent way on the relevant platforms. YAMAMOTO Mitsuharu

Re: menu events get ignored when multi-line echo area message is displayed

2007-03-16 Thread YAMAMOTO Mitsuharu
for minimizing the problematic case. This is because show_help_echo called from menu_target_item_handler (in macmenu.c) indirectly calls redisplay_internal in the above case, and then set_frame_menubar (in macmenu.c) clears f-menu_bar_items_used. YAMAMOTO Mitsuharu

Re: scrolling up via mouse drag doesn't work

2007-03-16 Thread YAMAMOTO Mitsuharu
(in mouse.el). YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: scrolling up via mouse drag doesn't work

2007-03-14 Thread YAMAMOTO Mitsuharu
? YAMAMOTO Mitsuharu [EMAIL PROTECTED] *** src/macterm.c.~1.210.~ Sat Mar 10 15:26:33 2007 --- src/macterm.c Wed Mar 14 19:55:12 2007 *** note_mouse_movement (frame, pos) *** 4501,4507 rif

Re: Carbon: scroll bar rendering problem

2007-03-03 Thread YAMAMOTO Mitsuharu
On Sat, 3 Mar 2007 08:57:02 +, David Reitter [EMAIL PROTECTED] said: On 3 Mar 2007, at 00:58, YAMAMOTO Mitsuharu wrote: (Cocoa) Emacs.app seems to do something uncommon to other platform/toolkit ports with respect to the scroll bar width and the frame internal border width in order

Re: Carbon: scroll bar rendering problem

2007-03-02 Thread YAMAMOTO Mitsuharu
on other platforms (try C-x 3 or (set-frame-parameter nil 'internal-border-width 10)). YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Carbon: Unicode keyboard layouts does not work properly

2007-02-18 Thread YAMAMOTO Mitsuharu
to solve the problem. Could you try the following patch? YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/macterm.c === RCS file: /cvsroot/emacs/emacs/src/macterm.c,v

Re: 4 week-old pretest bugs

2007-01-24 Thread YAMAMOTO Mitsuharu
) of the above change. So, in order for BLOCK_INPUT to work reliably, it seems that interrupt_input_blocked should be declared as volatile (or maybe `volatile sig_atomic_t' instead of `volatile int') because it is accessed from a signal handler. YAMAMOTO Mitsuharu

Re: 4 week-old pretest bugs

2007-01-22 Thread YAMAMOTO Mitsuharu
. Could you test if the following patch affects the stability? YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/alloc.c === RCS file: /sources/emacs/emacs/src

Re: 4 week-old pretest bugs

2007-01-08 Thread YAMAMOTO Mitsuharu
Could you try to see if the following patch changes the situation? YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/alloc.c === RCS file: /cvsroot/emacs/emacs/src

Re: mouse click into window doesn't always select frame

2006-12-11 Thread YAMAMOTO Mitsuharu
with this for a few days, I'll install it. YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/macterm.c === RCS file: /cvsroot/emacs/emacs/src/macterm.c,v retrieving revision

Re: emacs/pretest/emacs-22.0.90.tar.gz on intel Mac running OS 10.4.8

2006-10-27 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: mouse-autoselect-window with menu pane

2006-09-18 Thread YAMAMOTO Mitsuharu
is currently twice reset to zero apparently for no good reason. Could someone (YAMAMOTO Mitsuharu) please test whether my change would break anything on Mac? Menu selection functions on Mac (MenuSelect and PopUpMenuSelect) do not return until the user selects an menu item or cancels the menu selection. So

Re: mouse-autoselect-window with menu pane

2006-09-18 Thread YAMAMOTO Mitsuharu
. Exactly. I'll do that later. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: mouse-autoselect-window with menu pane

2006-09-18 Thread YAMAMOTO Mitsuharu
multiple times continuously until the counter catches up the value that it would be if no file dialog/menu were activated. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug

Re: mouse-autoselect-window with menu pane

2006-09-18 Thread YAMAMOTO Mitsuharu
fire a (n + 1)th time. My description above is about the count-up example in Simon's message. You can observe a similar behavior using the example and M-! sleep 5 RET YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: focus-follows-mouse should be nil by default on MS Windows

2006-09-12 Thread YAMAMOTO Mitsuharu
with respect to the mouse position on W32, either? I'm asking because I'm thinking about setting its default to nil on Mac Carbon, because if the value is t, C-x 5 o moves the mouse pointer to the upper-right corner of the focused frame. YAMAMOTO Mitsuharu

Re: Carbon: window close via accessibility API is broken

2006-09-05 Thread YAMAMOTO Mitsuharu
On Tue, 05 Sep 2006 09:37:15 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: It can be handled with Carbon events in kEventClassWindow. kEventWindowClose for the Close button. kEventWindowGetIdealSize and kEventWindowBoundsChanged for the Maximize button. The former is easy to handle

Re: silent PC vs. emacs

2006-09-04 Thread YAMAMOTO Mitsuharu
variables (`toolkit_scroll_bar_interaction' and `popup_activated_flag') is set. So, I think we can externalize the condition and use a non-continuous timer instead of a continuous one. YAMAMOTO Mitsuharu [EMAIL PROTECTED] *** xmenu.c

Re: silent PC vs. emacs

2006-09-04 Thread YAMAMOTO Mitsuharu
On Mon, 04 Sep 2006 23:15:52 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: So, I think we can externalize the condition and use a non-continuous timer instead of a continuous one. Sorry. There was a mistake in the previous patch: the variable `x_timeout_atimer_activated_flag

Re: Carbon: window close via accessibility API is broken

2006-09-04 Thread YAMAMOTO Mitsuharu
. The former is easy to handle and I'll install a handler. But the latter is not so straightforward and it may conflict with the existing code because kEventWindowBoundsChanged is called in various situations. YAMAMOTO Mitsuharu [EMAIL

Re: shift-space registers as space under Mac OS X

2006-09-04 Thread YAMAMOTO Mitsuharu
for the report. I've just installed a fix. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo

Re: silent PC vs. emacs

2006-09-02 Thread YAMAMOTO Mitsuharu
; EMACS_SET_SECS_USECS (interval, 0, 10); start_atimer (ATIMER_CONTINUOUS, interval, x_process_timeouts, 0); } YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs

Re: proxy icon and moved files

2006-08-27 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: proxy icon and moved files

2006-08-22 Thread YAMAMOTO Mitsuharu
try the following patch? It tries to see if the alias record that is currently set is updated by the current file name. YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/macfns.c

Re: Lockup

2006-08-11 Thread YAMAMOTO Mitsuharu
-main threads) never execute pthread_mutex_(un)lock in the signal hander context. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: Lockup

2006-08-11 Thread YAMAMOTO Mitsuharu
On Fri, 11 Aug 2006 09:04:34 +0200, David Kastrup [EMAIL PROTECTED] said: YAMAMOTO Mitsuharu [EMAIL PROTECTED] writes: Yes, pthread_mutex_(un)lock is not async-signal-safe. But we are already using such functions as malloc in the signal handler context (with the help of BLOCK_INPUT). I

Re: Lockup

2006-08-11 Thread YAMAMOTO Mitsuharu
a pthread_mutex_(un)lock call for the same mutex. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

Re: Lockup

2006-08-10 Thread YAMAMOTO Mitsuharu
missing something, but doesn't adding BLOCK_INPUT around closedir (and opendir) help? YAMAMOTO Mitsuharu [EMAIL PROTECTED] #22 0x080cac12 in XTread_socket (sd=0, expected=1, hold_quit=0xbfabf5ac) at /home/tmp/emacs/src

Re: Lockup

2006-08-10 Thread YAMAMOTO Mitsuharu
\ { \ pthread_mutex_unlock (alloc_mutex); \ if (pthread_self () == main_thread) \ UNBLOCK_INPUT; \ } \ while (0) YAMAMOTO Mitsuharu

Re: Lockup

2006-08-10 Thread YAMAMOTO Mitsuharu
direction, but the current plan is not enabling it in the next release as far as I understand.) YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug

Re: Crash when launched -nw on Mac OS X, compiled with gcc 4.0.1

2006-07-25 Thread YAMAMOTO Mitsuharu
instruction for PowerPC 603, 604, 750, 7400, 7410, * 7450, and 7455 */ /* * __fsqrts - Floating-Point Square Root Single-Precision * * WARNING: Illegal instruction for PowerPC 603, 604, 750, 7400, 7410, * 7450, and 7455 */ YAMAMOTO Mitsuharu

Re: Fn-. does not produce , on German keyboard

2006-07-17 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Reentrant call to malloc/free

2006-07-07 Thread YAMAMOTO Mitsuharu
On Thu, 06 Jul 2006 09:53:57 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: I've once posted a (not complete) list of Darwin library functions that may call malloc-related functions but are not protected by BLOCK_INPUT: localtime, gmtime, ctime, opendir, getc, getaddrinfo, fwrite

Re: Reentrant call to malloc/free

2006-07-05 Thread YAMAMOTO Mitsuharu
on Darwin, creating wrapper functions is an alternative way. Does anyone know the situation on other systems? YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list

Re: [EMAIL PROTECTED]: Overlay string not displayed on text with `display' property]

2006-06-26 Thread YAMAMOTO Mitsuharu
!! YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: ACL / Listener - Hang (Carbon port)

2006-06-26 Thread YAMAMOTO Mitsuharu
version without any modifications. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Random crashes

2006-06-18 Thread YAMAMOTO Mitsuharu
of: * The bug is already fixed (2006-03-22 is rather old.) * Some local changes in the distribution affect the unstableness. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest

Re: [EMAIL PROTECTED]: Overlay string not displayed on text with `display' property]

2006-06-18 Thread YAMAMOTO Mitsuharu
- YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: [EMAIL PROTECTED]: Overlay string not displayed on text with `display' property]

2006-06-15 Thread YAMAMOTO Mitsuharu
at a wrong position. Another assertion violation can be observed by replacing the last expression with (put-text-property 1 3 'display '(space :width 2)) YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs

Re: [EMAIL PROTECTED]: Overlay string not displayed on text with `display' property]

2006-06-12 Thread YAMAMOTO Mitsuharu
if the last one was changed to (put-text-property 2 3 'display DISP), though the case that overlay strings are not at boundaries of display property was not what I intended. YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: [EMAIL PROTECTED]: Overlay string not displayed on text with `display' property]

2006-06-11 Thread YAMAMOTO Mitsuharu
, the `composition' property shows the similar behavior as I mentioned in http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00119.html. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs

Re: Can't put cursor after wrapped overlay string with `cursor' property

2006-06-02 Thread YAMAMOTO Mitsuharu
On Mon, 29 May 2006 09:54:24 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: But now I see some strange behavior if the overlay is placed at the end of line. emacs -Q -D (setq overlay (make-overlay 1 1)) (setq str (make-string 100 ?a)) (overlay-put overlay 'before-string str) M- RET

Re: Can't display help-echo in overlay string with composition.

2006-06-02 Thread YAMAMOTO Mitsuharu
On Wed, 31 May 2006 12:13:52 +0900 (JST), YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: Arg out of range 0,0 repeatedly occurs when trying to display help-echo string in an overlay string with composition. 1. emacs -Q -D 2. (overlay-put (make-overlay 1 1) 'before-string

Can't display help-echo in overlay string with composition.

2006-05-30 Thread YAMAMOTO Mitsuharu
of buffer. YAMAMOTO Mitsuharu [EMAIL PROTECTED] In GNU Emacs 22.0.50.1 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars) of 2006-05-31 on church X server distributor `ATT Laboratories Cambridge', version 11.0.3332 configured

Overlay string not displayed on text with `display' property

2006-05-29 Thread YAMAMOTO Mitsuharu
) Then aaa is displayed at the beginning of buffer. 4. (put-text-property 1 2 'display bbb) Then aaa disappears. YAMAMOTO Mitsuharu [EMAIL PROTECTED] If emacs crashed, and you have the emacs process in the gdb debugger

Re: dump-emacs not working for me on Mac OS X

2006-04-30 Thread YAMAMOTO Mitsuharu
not allow us to dump with a dumped executable. I'll install a change so that it shows an error message when such an attempt is made. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug

Re: Mode-line display bug in XFT_JHD_BRANCH

2006-04-25 Thread YAMAMOTO Mitsuharu
on Mac to Xft. YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/xfaces.c === RCS file: /cvsroot/emacs/emacs/src/xfaces.c,v retrieving revision 1.316.2.4 diff -c

Re: Strange display behavior after filling

2006-04-18 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Strange display behavior after filling

2006-04-10 Thread YAMAMOTO Mitsuharu
of characters. 7. C-p C-n C-n The line number in the mode line says the cursor is at the third line. But it is displayed at the second row that corresponds to the second line. YAMAMOTO Mitsuharu [EMAIL PROTECTED] In GNU Emacs 22.0.50.1

Re: crash in xdisp.c: show_mouse_face

2006-04-03 Thread YAMAMOTO Mitsuharu
on in toolbar window if mouse-highlight is an integer. I've installed the following fix to the CVS. Please try it. Phil, do you possibly set the variable `mouse-highlight' to some integer? YAMAMOTO Mitsuharu [EMAIL

Re: Carbon: mac-pass-command-to-system disfunctional

2006-03-31 Thread YAMAMOTO Mitsuharu
, but I got this error provided I've set `mac-command-modifier' to `alt'. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: Carbon / tool-bar: changes in size temporarily

2006-03-31 Thread YAMAMOTO Mitsuharu
by changing the frame font to Courier 24 by S-mouse-1, followed by the evaluation of the above expressions. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs

Re: Carbon port: Russian language selected

2006-03-29 Thread YAMAMOTO Mitsuharu
-International-Language has Russian (in cyrillic) on top, i.e. as preferred language. I could reproduce it and just installed a fix. Thanks for the report. YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: Menu bar is skrewed up when using filesets

2006-03-27 Thread YAMAMOTO Mitsuharu
customization could lead to this behaviour. Then it seems to be difficult for us to know what was wrong without your customization and the cache file. If you feel uncomfortable to make them public by sending them to the list, can you send them to me directly? YAMAMOTO

Re: Menu bar is skrewed up when using filesets

2006-03-20 Thread YAMAMOTO Mitsuharu
.) are missing. I could not reproduce it, but could you test if the following patch makes some difference on your side? YAMAMOTO Mitsuharu [EMAIL PROTECTED] Index: src/macmenu.c

Re: Slider draw bug in Carbon port

2006-03-07 Thread YAMAMOTO Mitsuharu
it is too short. At least, scroll bars in Mac OS X 10.3.9 and 10.4.5 behave differently in such cases. I suspect that this is a bug in Carbon, but anyway, I installed some workaround because we cannot expect that it will be fixed for old versions. YAMAMOTO

Re: Carbon crashes in mac_handle_mouse_event

2006-03-07 Thread YAMAMOTO Mitsuharu
On Tue, 7 Mar 2006 16:40:25 +, David Reitter [EMAIL PROTECTED] said: A user reported crashes, consistently in mac_handle_mouse_event. Could you see whether the following change that I've just made the other day works? 2006-03-06 YAMAMOTO Mitsuharu [EMAIL PROTECTED] * macterm.c

Re: Problems with international characters in menus on Mac OSX

2006-03-05 Thread YAMAMOTO Mitsuharu
[test-insert] '(menu-item å ä ö Å (lambda () (interactive) (insert å ä ö Å It also works on Mac OS X/Carbon. (I suppose you have (setq test-menu (make-sparse-keymap Test)) before the first expression.) Maybe specific to Aquamacs 0.9.6? YAMAMOTO Mitsuharu

Re: Carbon: display-buffer can leave wrong frame with input focus

2006-02-09 Thread YAMAMOTO Mitsuharu
args) (let ((orig-frame (selected-frame))) (special-display-popup-frame buffer args) (x-focus-frame orig-frame))) (setq special-display-function 'my-special-display-popup-frame) YAMAMOTO Mitsuharu [EMAIL PROTECTED

Re: Crash during access_keymap

2006-01-05 Thread YAMAMOTO Mitsuharu
to modify read-only object error. So I think it is no longer tried to be preloaded. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http

Re: Crash during access_keymap

2005-11-17 Thread YAMAMOTO Mitsuharu
. if (VECTORP (elt)) { if (NATNUMP (idx) XFASTINT (idx) ASIZE (elt)) { ASET (elt, XFASTINT (idx), def); return def; } insertion_point = tail; } YAMAMOTO

Re: Crash during access_keymap

2005-11-15 Thread YAMAMOTO Mitsuharu
: commandp error that is found in some Carbon Emacs distributions that preloads international/encoded-kb.elc. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list

Re: Crash during access_keymap

2005-11-14 Thread YAMAMOTO Mitsuharu
the execution of a dumped one, but that may also occur in a dumping session. The latter cannot be caught by the watchpoint. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ Emacs-pretest-bug

Re: Carbon with -nw: kCGErrorRangeCheck / Abort trap

2005-11-14 Thread YAMAMOTO Mitsuharu
. I just installed a fix. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Crash during access_keymap

2005-11-14 Thread YAMAMOTO Mitsuharu
? YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Crash during access_keymap

2005-11-13 Thread YAMAMOTO Mitsuharu
On Sun, 13 Nov 2005 19:24:34 +, David Reitter [EMAIL PROTECTED] said: On 13 Nov 2005, at 06:39, YAMAMOTO Mitsuharu wrote: So, if there's a non-pure object that is only pointed to by pure objects, which may happen if the assumption for the pure storage is violated, then the object

Re: Crash during access_keymap

2005-11-12 Thread YAMAMOTO Mitsuharu
. YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Crash during access_keymap

2005-11-12 Thread YAMAMOTO Mitsuharu
On Sun, 13 Nov 2005 13:15:01 +0900, YAMAMOTO Mitsuharu [EMAIL PROTECTED] said: Inappropriate preloading also affects the correctness of GC. Since the pure storage is assumed to be read-only, GC does not mark or follow the objects in this storage. So, if there's an object that is only

Re: Carbon / reported font width wrong?

2005-11-11 Thread YAMAMOTO Mitsuharu
-width font is that the maximum metrics are confused by characters missing in the font. One way to avoid this is to define maximum/minimum metrics as those among ASCII characters. This is what ATSUI support code is doing. YAMAMOTO Mitsuharu

Re: OS X: Character Palette input doesn't work

2005-11-11 Thread YAMAMOTO Mitsuharu
YAMAMOTO Mitsuharu [EMAIL PROTECTED] ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Crash during access_keymap

2005-11-11 Thread YAMAMOTO Mitsuharu
corruption caused by missing BLOCK_INPUTs. If -DSYNC_INPUT suppresses the error, it might be due to this. (See the thread starting from http://lists.gnu.org/archive/html/emacs-devel/2004-09/msg00074.html) YAMAMOTO Mitsuharu

  1   2   >