|
|
| Author |
Message |
|
| Guest |
Posted: Thu Oct 05, 2006 2:36 pm |
|
|
|
Guest
|
Hi!
Looks like Erlang mode for Emacs has a bug: When it's used with
XEmacs, it binds 'backward-delete-char-untabify to Delete key. The bug
is found in Debian Linux, so it's possible that it's Debian-specific.
But if not then the following patch fixes it.
---------------------------------------------------------------------------
--- erlang.orig/lib/tools/emacs/erlang.el
+++ erlang/lib/tools/emacs/erlang.el
@@ -1934,7 +1934,9 @@
(define-key map "<" 'erlang-electric-lt)
(define-key map ">" 'erlang-electric-gt)
(define-key map "\C-m" 'erlang-electric-newline)
- (define-key map "\177" 'backward-delete-char-untabify)
+ (if erlang-xemacs-p
+ (define-key map [(backspace)] 'backward-delete-char-untabify)
+ (define-key map "\177" 'backward-delete-char-untabify))
;;(unless (boundp 'fill-paragraph-function)
(define-key map "\M-q" 'erlang-fill-paragraph)
(unless (boundp 'beginning-of-defun-function)
---------------------------------------------------------------------------
Best wishes!
--
Sergei Golovan
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|
| Back to top |
|
| wailian |
Posted: Tue Mar 20, 2012 2:22 am |
|
|
|
Guest
|
| i/p transducer requires a standard input and is for use with linear pneumatic actuators and has high air capacity. It can be easy change of the output signal from. electro pneumatic transducer is used, for example, in the biomedical field for the pneumatic control of a cardiac module, or artificial heart. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|