From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Proposal to improve the nomenclature of scrolling directions Date: Thu, 8 Nov 2012 19:48:09 +0100 Message-ID: References: <87a9uvv6ng.fsf@uwakimon.sk.tsukuba.ac.jp> <87bof9s7cl.fsf@spindle.srvr.nix> <874nl0ov8g.fsf@spindle.srvr.nix> <20635.63115.874182.168553@winooski.ccs.neu.edu> <87liecnelf.fsf@spindle.srvr.nix> <83390k0wgy.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1352400552 19079 80.91.229.3 (8 Nov 2012 18:49:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2012 18:49:12 +0000 (UTC) Cc: dan@haxney.org, eli@barzilay.org, emacs-devel@gnu.org, Nix , monnier@iro.umontreal.ca, dmoncayo@gmail.com, stephen@xemacs.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 19:49:20 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TWXAD-0003tL-VR for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2012 19:49:18 +0100 Original-Received: from localhost ([::1]:51247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWXA4-0006il-3W for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2012 13:49:08 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWX9w-0006ib-5R for emacs-devel@gnu.org; Thu, 08 Nov 2012 13:49:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWX9q-0006By-7g for emacs-devel@gnu.org; Thu, 08 Nov 2012 13:49:00 -0500 Original-Received: from mail-ea0-f169.google.com ([209.85.215.169]:41186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWX9n-0006Bc-95; Thu, 08 Nov 2012 13:48:51 -0500 Original-Received: by mail-ea0-f169.google.com with SMTP id k11so1431978eaa.0 for ; Thu, 08 Nov 2012 10:48:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=DPfr81MzhLA458wlrcbM+/wiktiSN19/lB0Rh1MLafo=; b=V6TVY+VH7BgwSIWaUBx79Lvs0apmQFDiO1gXZhrdrIfJERmNCFvTRPmMmMfJmbhYUh AEtmv1ZNVq7KOheyrbNPXyDZvDIcJXWTljuxqGE2kJ9t+eFrTAu6/Skpwgy1xfQ4sPqD jCH+tNiV1LCyuScVGKNUP23w7mE6Bd+r1sHvTueb3cB6qnTg4vWug4/WIgl07OzuOYuc e9vbUjhOTkK1iru/KKHLEb2UsNtmbaix5lwXT8rxjFEHbsXv2NeKqc5fw+DsEkyxz1tJ MTeetSobhLftyg0TJtueLY0RrXyCdoKV89pgcjLMg1fz+v4xGiO9qNYRU8cu4qw3Y9gi 1XuQ== Original-Received: by 10.14.194.136 with SMTP id m8mr30162051een.10.1352400529768; Thu, 08 Nov 2012 10:48:49 -0800 (PST) Original-Received: by 10.223.62.204 with HTTP; Thu, 8 Nov 2012 10:48:09 -0800 (PST) In-Reply-To: <83390k0wgy.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.215.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154747 Archived-At: On Thu, Nov 8, 2012 at 7:40 PM, Eli Zaretskii wrote: > This is false. An easy demonstration is this: > > emacs -Q > C-x 3 Surely this isn't what you expected :-) alloc.c:2864: Emacs fatal error: assertion failed: (tmp) < VECTOR_MAX_FREE_LIST_INDEX Breakpoint 1, terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:318 318 signal (sig, SIG_DFL); (gdb) bt #0 terminate_due_to_signal (sig=22, backtrace_limit=2147483647) at emacs.c:318 #1 0x01021b31 in die (msg=0x152b648 "assertion failed: (tmp) < VECTOR_MAX_FREE_LIST_INDEX", file=0x152ae49 "alloc.c", line=2864) at alloc.c:6483 #2 0x0101af8e in sweep_vectors () at alloc.c:2864 #3 0x010217db in gc_sweep () at alloc.c:6376 #4 0x0101f176 in Fgarbage_collect () at alloc.c:5321 #5 0x010181b1 in maybe_gc () at lisp.h:3676 #6 0x010e123f in exec_byte_code (bytestr=21053329, vector=21053405, maxdepth=20, args_template=57415706, nargs=0, args=0x0) at bytecode.c:934 #7 0x01015e62 in funcall_lambda (fun=21053285, nargs=2, arg_vector=0x36c181a <__register_frame_info+57415706>) at eval.c:3006 #8 0x010152fb in Ffuncall (nargs=3, args=0x88e374) at eval.c:2823 #9 0x010e1133 in exec_byte_code (bytestr=21053329, vector=21053405, maxdepth=20, args_template=57415706, nargs=0, args=0x0) at bytecode.c:899 #10 0x01015e62 in funcall_lambda (fun=21053285, nargs=1, arg_vector=0x36c181a <__register_frame_info+57415706>) at eval.c:3006 #11 0x010152fb in Ffuncall (nargs=2, args=0x88e674) at eval.c:2823 #12 0x010e1133 in exec_byte_code (bytestr=21053513, vector=21053605, maxdepth=20, args_template=57415706, nargs=0, args=0x0) at bytecode.c:899 #13 0x01015e62 in funcall_lambda (fun=21053485, nargs=1, arg_vector=0x36c181a <__register_frame_info+57415706>) at eval.c:3006 #14 0x0101563c in apply_lambda (fun=21053485, args=61287486) at eval.c:2883 #15 0x01013611 in eval_sub (form=61287494) at eval.c:2184 #16 0x010128e5 in Feval (form=61287494, lexical=57415706) at eval.c:2004 #17 0x010494b6 in eval_dyn (form=61287494) at keyboard.c:7571 #18 0x01010faa in internal_condition_case_1 (bfun=0x104949c , arg=61287494, handlers=57466266, hfun=0x1049429 ) at eval.c:1326 #19 0x01049511 in menu_item_eval_property (sexpr=61287494) at keyboard.c:7582 #20 0x0104c021 in parse_tool_bar_item (key=59860114, item=57415706) at keyboard.c:8135 #21 0x0104bbcf in process_tool_bar_item (key=59860114, def=20128774, data=57415706, args=0x0) at keyboard.c:8011 #22 0x010c4113 in map_keymap_item (fun=0x104baee , args=57415706, key=59860114, val=20128774, data=0x0) at keymap.c:559 #23 0x010c46d2 in map_keymap_internal (map=61305510, fun=0x104baee , args=57415706, data=0x0) at keymap.c:599 #24 0x010c4a85 in map_keymap (map=61305510, fun=0x104baee , args=57415706, data=0x0, autoload=true) at keymap.c:647 #25 0x0104bab2 in tool_bar_items (reuse=61588605, nitems=0x88edb0) at keyboard.c:7971 #26 0x01200663 in update_tool_bar (f=0x39906d8 <__register_frame_info+60360408>, save_match_data=0) at xdisp.c:11555 #27 0x011ff84b in prepare_menu_bars () at xdisp.c:11245 #28 0x0120530c in redisplay_internal () at xdisp.c:13114 #29 0x012031b3 in redisplay () at xdisp.c:12686 #30 0x0103b682 in read_char (commandflag=1, nmaps=2, maps=0x88f980, prev_event=57415706, used_mouse_menu=0x88fa53, end_time=0x0) at keyboard.c:2428 #31 0x0104f295 in read_key_sequence (keybuf=0x88fbd0, bufsize=30, prompt=57415706, dont_downcase_last=false, can_return_switch_frame=true, fix_current_buffer=true) at keyboard.c:9230 #32 0x010389a4 in command_loop_1 () at keyboard.c:1458 #33 0x01010ec2 in internal_condition_case (bfun=0x10384be , handlers=57466266, hfun=0x1037cdd ) at eval.c:1288 #34 0x01038137 in command_loop_2 (ignore=57415706) at keyboard.c:1167 #35 0x0101091f in internal_catch (tag=57456122, func=0x1038113 , arg=57415706) at eval.c:1059 #36 0x010380f1 in command_loop () at keyboard.c:1146 #37 0x010376ab in recursive_edit_1 () at keyboard.c:778 #38 0x010379d8 in Frecursive_edit () at keyboard.c:842 #39 0x0100298b in main (argc=2, argv=0xa12f30) at emacs.c:1564 Lisp Backtrace: "Automatic GC" (0x167135c) "image-search-load-path" (0x88e378) "image-search-load-path" (0x88e678) "find-image" (0x88e8d0) "redisplay_internal (C function)" (0x167135c) (gdb)