Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112754 | Differences between
and this patch

Collapse All | Expand All

(-)maxima-5.9.3/interfaces/emacs/emaxima/maxima.el~ (-2 / +2 lines)
Lines 2756-2763 Link Here
2756
      (save-excursion
2756
      (save-excursion
2757
        (set-buffer mbuf)
2757
        (set-buffer mbuf)
2758
        (setq inferior-maxima-process (get-buffer-process mbuf))
2758
        (setq inferior-maxima-process (get-buffer-process mbuf))
2759
        (add-to-list 'comint-output-filter-functions
2759
;        (add-to-list 'comint-output-filter-functions
2760
                     'inferior-maxima-output-filter)
2760
;                     'inferior-maxima-output-filter)
2761
;        (add-to-list 'comint-output-filter-functions
2761
;        (add-to-list 'comint-output-filter-functions
2762
;                     'inferior-maxima-replace-tabs-by-spaces)
2762
;                     'inferior-maxima-replace-tabs-by-spaces)
2763
        (add-to-list 'comint-output-filter-functions
2763
        (add-to-list 'comint-output-filter-functions

Return to bug 112754