[BACK]Return to asir-mode.el CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / post-msg-asirgui

Diff for /OpenXM_contrib2/windows/post-msg-asirgui/asir-mode.el between version 1.1 and 1.2

version 1.1, 2013/08/27 05:51:50 version 1.2, 2013/08/29 17:39:29
Line 2 
Line 2 
 ;;  ;;
 ;; asir-mode.el -- asir mode  ;; asir-mode.el -- asir mode
 ;;  ;;
 ;; $OpenXM$  ;; $OpenXM: OpenXM_contrib2/windows/post-msg-asirgui/asir-mode.el,v 1.1 2013/08/27 05:51:50 takayama Exp $
   
 ;; This program is free software: you can redistribute it and/or modify  ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by  ;; it under the terms of the GNU General Public License as published by
Line 128  Each list item should be a regexp matching a single id
Line 128  Each list item should be a regexp matching a single id
                       ;; Add bindings which are only useful for asir                        ;; Add bindings which are only useful for asir
                       map)                        map)
   "Keymap used in asir-mode buffers.")    "Keymap used in asir-mode buffers.")
   
   ;; Key binding for asir-mode
   (define-key asir-mode-map (kbd "C-c s") 'asir-start-asirgui)
   (define-key asir-mode-map (kbd "C-c t") 'asir-terminate-asirgui)
   (define-key asir-mode-map (kbd "C-c l") 'asir-execute-current-buffer-on-asir)
   (define-key asir-mode-map (kbd "C-c r") 'asir-execute-region-on-asir)
   
 (easy-menu-define asir-menu asir-mode-map "asir Mode Commands"  (easy-menu-define asir-menu asir-mode-map "asir Mode Commands"
                   ;; Can use `asir' as the language for `c-mode-menu'                    ;; Can use `asir' as the language for `c-mode-menu'

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>