Mercurial > emacs
view nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist @ 110088:8102180db0fb
* lisp/simple.el (blink-paren-function): Move from C to here.
(blink-paren-post-self-insert-function): New function.
(post-self-insert-hook): Use it.
* src/cmds.c (Vblink_paren_function): Remove.
(internal_self_insert): Make it insert N chars at a time.
Don't call blink-paren-function.
(Fself_insert_command): Adjust accordingly.
(syms_of_cmds): Don't declare blink-paren-function.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 01 Sep 2010 16:41:17 +0200 |
parents | b4d27afff1bf |
children | 40af77a50adc |
line wrap: on
line source
{ ApplicationDescription = "GNU Emacs for GNUstep / OS X"; ApplicationIcon = emacs.tiff; ApplicationName = Emacs; ApplicationRelease = "24.0.50"; Authors = ( "Adrian Robert (GNUstep)", "Christophe de Dinechin (MacOS X)", "Scott Bender (OpenStep)", "Christian Limpach (NeXTStep)", "Carl Edman (NeXTStep)", "..see http://emacs-app.sf.net/authorship.html" ); Copyright = "Copyright (C) 2010 Free Software Foundation, Inc."; CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; FullVersionID = "Emacs 24.0.50, NS Windowing"; NSExecutable = Emacs; NSIcon = emacs.tiff; NSPrincipalClass = NSApplication; NSRole = Application; NSTypes = ( { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( txt ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( c, h ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( m ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( C, cpp, H, cc ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( java ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( el ); }, { NSDocumentClass = ""; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; NSRole = ""; NSUnixExtensions = ( * ); } ); NSServices = ( { NSPortName = Emacs; NSMessage = requestService; NSUserData = open-selection; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/New Buffer Containing Selection"; }; }, { NSPortName = Emacs; NSMessage = requestService; NSUserData = open-file; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/Open Selected File"; }; }, { NSPortName = Emacs; NSMessage = requestService; NSUserData = mail-selection; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/Email Selection"; }; }, { NSPortName = Emacs; NSMessage = requestService; NSUserData = mail-to; NSSendTypes = (NSStringPboardType); NSMenuItem = { default = "Emacs.app/Send Email to Selected Address"; }; }, ); URL = "http://www.gnu.org/software/emacs"; }