• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/progmodes/

Lines Matching +defs:up +defs:conditional

83 ;; following line in your Emacs start-up file `.emacs':
93 ;; directory of your Emacs installation or to your Emacs start-up file `.emacs'
1871 "*If non-nil, inhibits start up compatibility warnings.")
2143 "Warnings to tell the user during start up.")
2344 (error (cadr info))))) ; pass error up
2385 (error (cadr info))))) ; pass error up
2557 (define-key vhdl-template-map "cs" 'vhdl-template-conditional-signal-asst)
2686 (define-key vhdl-mode-map "\M-\C-u" 'vhdl-backward-up-list)
2812 ;; set up electric character functions to work with
2922 ("cond" "" vhdl-template-conditional-signal-asst-hook 0)
2923 ("conditional" "" vhdl-template-conditional-signal-asst-hook 0)
3071 ("conditional signal assignment" vhdl-template-conditional-signal-asst)
3245 ["Conditional (Signal Asst)" vhdl-template-conditional-signal-asst t]
4291 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
4514 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
4638 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
4680 - XEmacs: Incorrect start-up when automatically opening speedbar.
5649 ;; conditional signal assignment.
5756 ;; make sure that the "else" isn't inside a conditional signal
6149 (defun vhdl-backward-up-list (&optional count limit)
6316 ;; its possible we've been left up-buf of lim
6344 (backward-up-list 1)
6757 ;; If we ended up after a leader, then this will
6819 ;; set up the match end
6878 (backward-up-list 1)
6914 (backward-up-list 1)
6938 "Line up statement-cont after the assignment operator."
7622 (unless no-message (message "Fixing up whitespace..."))
7666 (unless no-message (message "Fixing up whitespace...done")))
8491 (defun vhdl-template-conditional-signal-asst ()
8492 "Insert a conditional signal assignment."
10638 (defun vhdl-template-conditional-signal-asst-hook ()
10639 (vhdl-hooked-abbrev 'vhdl-template-conditional-signal-asst))
12062 (progn (backward-up-list 1)