Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37771422
en ru br
ALT Linux repos
S:0.7.3-alt4
5.0: 0.6.2-alt10
4.1: 0.6.2-alt7
4.0: 0.6.2-alt6

Group :: Development/Other
RPM: gforth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 09-alt-elisp-auto-mode.patch
Download


--- gforth.el.orig	2013-04-14 06:41:15.000000000 +0000
+++ gforth.el	2013-04-14 11:47:18.480191664 +0000
@@ -142,6 +142,14 @@
 ; 
 ; Folding neuschreiben (neue Parser-Informationen benutzen)
 
+;;; Add Forth source file suffixes (Peter Pentchev <roam@ringlet.net>)
+;;; http://bugs.debian.org/587318
+;;;
+(setq auto-mode-alist
+  (append '(("\\.fs$" . forth-mode)
+    ("\\.4th$" . forth-mode)
+    ("\\.fth$" . forth-mode)) auto-mode-alist))
+
 ;;; Motion-hooking (dk)
 ;;;
 (defun forth-idle-function ()
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin