Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
emacs /
site-start.d /
Delete
Unzip
Name
Size
Permission
Date
Action
50dictionaries-common.el
1.81
KB
-rw-r--r--
2021-12-02 16:03
50tcsh.el
1.17
KB
-rw-r--r--
2017-02-09 13:07
Save
Rename
;;; 50tcsh.el -- debian emacs setups for tcsh (if (not (file-exists-p "/usr/share/emacs/site-lisp/csh-mode.el")) (message "tcsh removed but not purged, skipping setup") (autoload 'csh-mode "csh-mode" "csh-mode 2.0 - Major mode for editing csh and tcsh scripts." t) ;; Emacs comes with `interpreter-mode-alist' settings to put ;; #!/usr/bin/csh and #!/usr/bin/tcsh files in `sh-mode'. ;; Whether you want `sh-mode' or `csh-mode' is a matter of personal ;; preference. For now we leave the Emacs supplied sh-mode as the default. ;; Uncomment the lines below if you want csh-mode system-wide, or copy and ;; uncomment them in your .emacs for individual use. ;; ;; The lines are as recommended by docstring of `csh-mode', except ;; * \' for end of string ;; * .tcsh too, eg. /usr/share/doc/util-linux/examples/getopt-parse.tcsh ;; .login is allowed to be a suffix since it can appear as extension like ;; /etc/csh.login as well as whole name like ~/.login ;; (add-to-list 'auto-mode-alist '("\\.t?csh\\'" . csh-mode)) ;; (add-to-list 'auto-mode-alist '("\\.login\\'" . csh-mode)) ;; (add-to-list 'interpreter-mode-alist '("t?csh\\'" . csh-mode)) )