1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-04 21:32:22 -07:00

; Fix broken links to gmane.org

This commit is contained in:
Stefan Kangas 2023-10-24 09:37:21 +02:00
parent cc3e436c82
commit aa253c533d
16 changed files with 32 additions and 37 deletions

View file

@ -768,7 +768,7 @@ Key bindings:
(setq-local comint-prompt-read-only inferior-octave-prompt-read-only)
(add-hook 'comint-input-filter-functions
'inferior-octave-directory-tracker nil t)
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 [dead link]
(add-hook 'window-configuration-change-hook
'inferior-octave-track-window-width-change nil t)
(setq-local compilation-error-regexp-alist inferior-octave-error-regexp-alist)
@ -1007,7 +1007,7 @@ directory and makes this the current buffer's default directory."
(defvar inferior-octave-last-column-width nil)
(defun inferior-octave-track-window-width-change ()
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572
;; http://thread.gmane.org/gmane.comp.gnu.octave.general/48572 [dead link]
(let ((width (max inferior-octave-minimal-columns (window-width))))
(unless (eq inferior-octave-last-column-width width)
(setq-local inferior-octave-last-column-width width)