タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

emacsに関するnakagawanatukoのブックマーク (7)

  • RefTeX - References, labels, citations

    About RefTeX is a specialized package for support of labels, references, citations, and the indices in LaTeX. RefTeX wraps itself round four LaTeX macros: \label, \ref, \cite, and \index. Using these macros usually requires looking up different parts of the document and searching through BibTeX database files. RefTeX automates these time-consuming tasks almost entirely. It also provides functions

    nakagawanatuko
    nakagawanatuko 2013/04/11
    EmacsでのTeXのラベル自動補完。
  • color-theme homepage

    color-theme is an emacs-lisp mode for skinning your emacs. Features are: Huge and extensible theme library Easy to use Works on pretty all emacs flavours Mature source code Current stable release is 6.6.0 available at our download site. Contents News 2009-04-16 Homepage launched ! License color-theme is currently licensed under the GPLv2 (and later). I am preparing to switch to GPLv3. I am trying

  • Emacs color-theme creator

    import os, re from sys import exit SOMECONST = None somevariable = min(sum(1,2), max(range(10))) def some_callable(argument1, argument2=False): """ Doc-string for some_callable function. """ if not argument1: return None try: argument1.do_stuff() except (AttributeError): # some comments if not can_fail: raise return argument1 class RegexPattern(object): def __init__(self, regex, name): self.regex

    nakagawanatuko
    nakagawanatuko 2013/04/07
    Emacsのcolor-themeを色見本を見ながら作れる
  • EmacsWiki: Color Themes

    EmacsLisp library color-theme.el provides many predefined color themes for your use, and you can easily define additional themes. The library has not really been well maintained since 2009, but you can use it with any Emacs version since Emacs 20. The version of color-theme.el on the wiki (6.6.1) is a quick fix to the last version (6.6.0) maintained by XavierMaillard, which no longer worked starti

  • Emacsの背景色の設定方法をまとめてみた - @kei10in の日記

    Emacs には背景の設定方法がいろいろありすぎてこまる. なので Emacs 23 以降での背景色,前景色の変更をまとめてみた. 前提知識 face フォント,前景色,背景色,下線の有無といった,スクリーン上でのテキストの表示に関する属性の集合. frame ウィンドウ システムで言うところのウィンドウ. Emacs で言うところのウィンドウは C-x 2 などで分割したものをいうので注意. frame-background-mode 背景色が暗い色か明るい色かを表す値. 通常は自動で決定される. face には frame-background-mode が dark のときと light のときの両方を定義することができる. 背景が黒のときと白のときでシンタックス ハイライトがいい感じに変わってくれるのはこいつのおかげ. 手動で設定できるけど,するもんじゃない. 前景色,背景色の設定

    Emacsの背景色の設定方法をまとめてみた - @kei10in の日記
  • Emacsの主要な操作

    コンピュータリテラシー演習へ Emacsの主要操作(早見表) ohmi@rsch.tuis.ac.jp 表の見方 C-x はControlキー(Ctrlと書いてある)を押しながらxを打つことを意味する. 同様にC-a はControlキーを押しながらaを打つ. M-x はESCキーを打って離してからxを打つことを意味する. 同様にM-v はESCを打って離してからvを打つ. なぜM-x? MはMetaを意味する.Emacsが登場した1970年代,Lispマシンと呼ばれるコンピュータの キーボードにはMetaキーが付いており,Controlキーと同様 M-xなどはMetaキーを押しながら xを打つことで入力していた.現代のほとんどキーボードには,Metaキーがなく, ESCキーを押してから次のキーを打つという方法で代用している. 現代のEmacs使いには,Altキーや◇キーをMetaキーとし

  • Emacs クイックリファレンス

    back はじめに このマニュアルは emacs (あるいは mule) を使いはじめてまだ間もない頃の 人のためのものです。emacs を一度も使ったことのない人は残念ながら 対象としていません (そういう人には emacs 付属のチュートリアルをすすめます)。 これを読んでも emacs が快適に使えるようになるかどうかはあなた次第です。 emacs はマウスやカーソルキーで操作することもできますが、 これらを使っているようでは上達しないということも 覚えておいてください。このマニュアルはよその人にも読めるように書いた つもりですが、基的に csc (東工大 情報工学科 計算機室) で emacs を 使用する人を対象としています。そのため、日本語入力環境やメール環境については 必ずしもあなたのサイトとは一致しないかもしれませんので注意してください。 基的なこと ファイル操作 カー

  • 1