免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1508 | 回复: 0
打印 上一主题 下一主题

asdfasdfasdfasdfasdfasdfasdfasdf [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-06-15 01:37 |只看该作者 |倒序浏览
本帖最后由 jiahaolin 于 2018-04-03 15:38 编辑

;;; javascript.el --- Major mode for editing JavaScript source text
;; Copyright (C) 2006 Karl Landström
;; Author: Karl Landström
;; Maintainer: Karl Landström
;; Version: 2.0 Beta 8
;; Date: 2006-12-26
;; Keywords: languages, oop
;;; html-helper-mode.el --- Major mode for composing html files.
;; Author: Nelson Minar
;; Maintainer: Nelson Minar
;; Created: 01 Feb 1994
;; Version: $Revision: 2.0 $
;; Keywords: HTML major-mode
;; LCD Archive Entry:
;; html-helper-mode|Nelson Minar|nelson@reed.edu|
;; Major mode for editing HTML.|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; File: css.el
;; Author: Last Modified: Pankaj Kamthan
;; Date: Nov 15, 1998
;; Description: An Emacs module for CSS support in html-helper-mode
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Commentary
;; 1. This code is a revised version of css.el by Jim Tom Polk
;;    available at http://camalott.com/~jtpolk/emacs.html. Many spelling
;;    errors have been corrected and minor additions have been made to the
;;    code. The code has also been better organized.
;; 2. The module must be called after html-helper-mode loads. It runs well
;;    from the html-helper-load-hook.
;; 3. To use the module, put the following in your .emacs file
;;    (add-hook 'html-helper-load-hook
;;      (function (lambda () (load "css.el"))))
;; 4. CSS1 support limited to that built-in MSIE.
;; 5. This code is distributed under the same terms as the original css.el.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 16-Mar-94|Version 2.0|ftp://ftp.reed.edu/pub/src/html-helper-mode.tar.Z
;;; tempo.el --- Flexible template insertion
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Author: David K}gedal
;; Created: 16 Feb 1994
;; Version: 1.2.2
;; Keywords: extensions, languages, tools
;; $Revision: 1.32 $
;; This file is part of GNU Emacs.
;;;; A major mode for editing CSS.
;;; Adds font locking, some rather primitive indentation handling and
;;; some typing help.
;;;
(defvar cssm-version "0.10"
  "The current version number of css-mode.")
;;; copyright (c) 1998 Lars Marius Garshol, larsga@ifi.uio.no
;;; $Id: css-mode.el,v 1.5 1998/12/15 10:36:44 larsga Exp $
;;; css-mode is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
;;; by the Free Software Foundation; either version 2, or (at your
;;; option) any later version.
;;;
;;; css-mode is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;;; General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Emacs; see the file COPYING.  If not, write to the
;;; Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP