emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el [emacs-unico


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:04:49 -0500

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.22.6.2 
emacs/lisp/progmodes/idlw-shell.el:3.22.6.3
*** emacs/lisp/progmodes/idlw-shell.el:3.22.6.2 Mon Jun 28 07:29:43 2004
--- emacs/lisp/progmodes/idlw-shell.el  Thu Nov  4 08:55:37 2004
***************
*** 1137,1146 ****
        (goto-char save-point))
        (set-buffer save-buffer))))
  
! (defun idlwave-shell-send-char (c &optional no-error)
    "Send one character to the shell, without a newline."
!   (interactive "cChar to send to IDL: ")
!   (let ((errf (if (interactive-p) 'error 'message))
        buf proc)
      (if (or (not (setq buf (get-buffer (idlwave-shell-buffer))))
            (not (setq proc (get-buffer-process buf))))
--- 1137,1146 ----
        (goto-char save-point))
        (set-buffer save-buffer))))
  
! (defun idlwave-shell-send-char (c &optional error)
    "Send one character to the shell, without a newline."
!   (interactive "cChar to send to IDL: \np")
!   (let ((errf (if error 'error 'message))
        buf proc)
      (if (or (not (setq buf (get-buffer (idlwave-shell-buffer))))
            (not (setq proc (get-buffer-process buf))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]