xyzzy


.xyzzy

(setq c-indent-level 2)

;; リージョンに色をつける
(require "rv-region")
(global-set-key #\C-@ 'rv-set-mark-command)

;; インクリメンタルサーチ
(require "isearch")

;; dabbrev
(require "dabbrev")
(global-set-key #\M-SPC 'dabbrev-expand)


(global-set-key '(#\C-x #\r #\d) 'delete-rectangle)
(global-set-key '(#\C-x #\r #\t) 'string-rectangle)
(global-set-key '(#\C-x #\r #\k) 'kill-rectangle)
(global-set-key '(#\C-x #\r #\y) 'yank-rectangle)
(global-set-key #\C-_ 'undo)
(global-set-key #\C-\\ 'redo)
(global-set-key '(#\C-c #\g) 'goto-line)



;;; emacs like undo and redo (low-functioning version ^^;)

(defvar *toggle-undo* nil)

(defun emacs-like-undo ()

  "undo test"

  (interactive)

  (if (eq *toggle-undo* 'nil)

	  (setq *toggle-undo* 'undo)

	(if (eq *toggle-undo* 'undo)

		(if (eq *last-command* 'quit)

			(progn (setq *toggle-undo* 'redo) (redo)) ; toggle by C-g

		  (progn (setq *toggle-undo* 'undo) (undo)))

	  (if (eq *last-command* 'quit) ; *toggle-undo* == 'redo

		  (progn (setq *toggle-undo* 'undo) (undo))

		(progn (setq *toggle-undo* 'redo) (redo))))))

(global-set-key #\C-/ 'emacs-like-undo)

xyzzy-0.2.2.235\xyzzy\usr\fx29134\wxp

[Font]
Ascii=16,"IPAゴシック",128
Japanese=16,"VL ゴシック",128
Latin=19,"Courier New",0
Cyrillic=19,"Courier New",0
Greek=19,"Courier New",0
GB2312=18,"MS Hei",0
BIG5=18,"MingLiu",0
KSC5601=18,"GulimChe",0
Georgian=18,"BPG Courier New U",0
lineSpacing=0
backslash=1
recommendSize=0
sizePixel=0
[Colors]
textColor=#ffffff
backColor=#600000
ctlColor=#8080
selectionTextColor=#0
selectionBackColor=#ffffff
kwdColor1=#ff00
kwdColor2=#ffff
kwdColor3=#c080ff
stringColor=#ffff00
commentColor=#4080ff
tagColor=#ffff00
cursorColor=#ff
caretColor=#ffffff
imeCaretColor=#ffffff
linenum=#ffffff
reverse=#ffff
unselectedModeLineFg=#13000000
unselectedModeLineBg=#10e3dfe0
modeLineFg=#15ffffff
modeLineBg=#13000000
fg1=#ff
bg1=#ff
fg2=#ff00
bg2=#ff00
fg3=#ffff
bg3=#ffff
fg4=#ff0000
bg4=#ff0000
fg5=#ff00ff
bg5=#ff00ff
fg6=#ffff00
bg6=#ffff00
fg7=#ffffff
bg7=#ffffff
fg8=#0
bg8=#0
fg9=#80
bg9=#80
fg10=#8000
bg10=#8000
fg11=#8080
bg11=#8080
fg12=#800000
bg12=#800000
fg13=#800080
bg13=#800080
fg14=#808000
bg14=#808000
fg15=#808080
bg15=#808080
buftabSelFg=#13000000
buftabSelBg=#10c8d0d4
buftabDispFg=#13000000
buftabDispBg=#10c8d0d4
buftabFg=#13000000
buftabBg=#10c8d0d4
tabSelFg=#13000000
tabSelBg=#10c8d0d4
tabFg=#13000000
tabBg=#10c8d0d4
custColor0=#ffffff
custColor1=#ffffff
custColor2=#ffffff
custColor3=#ffffff
custColor4=#ffffff
custColor5=#ffffff
custColor6=#ffffff
custColor7=#ffffff
custColor8=#ffffff
custColor9=#ffffff
custColor10=#ffffff
custColor11=#ffffff
custColor12=#ffffff
custColor13=#ffffff
custColor14=#ffffff
custColor15=#ffffff
[Misc]
1280x1024=(124,28)-(889,1022),1
saveWindowSize=1
saveWindowPosition=1
restoreWindowSize=1
restoreWindowPosition=1
windowFlags=#520
fnkeyLabels=0
foldMode=0
foldLinenumMode=1
1280x800=(312,37)-(852,771),1
[Filer]
textColor=#9000000
backColor=#6ffffff
highlightTextColor=#fffffff
highlightBackColor=#e6a240a
cursorColor=#c000c0
[BufferSelector]
column=117,65,100,320
1280x1024=(230,268)-(788,561),1
[PrintPreview]
1280x1024=(93,100)-(1118,998),1
scale=0
[Print]
textMargin=(100,200)-(100,200)
headerOffset=100
footerOffset=159
columnSep=0
lineSpacing=0
lineNumber=0
columns=1
foldColumns=0
header="%f"
footer="- %p -"
headerOn=1
footerOn=0
recommendSize=1
showProportional=1
useBitmap=0
Ascii=90,"VL ゴシック",128,0,0
Japanese=90,"MS ゴシック",128,0,0
Latin=90,"Courier New",0,0,0
Cyrillic=90,"Courier New",0,0,0
Greek=90,"Courier New",0,0,0
GB2312=90,"MS Hei",134,0,0
BIG5=90,"MingLiu",136,0,0
KSC5601=90,"GulimChe",129,0,0
Georgian=90,"BPG Courier New U",0,0,0
[header]
1="%F%l%r%:w, %0d %:m %Y %0h:%0M:%0s"
2="%f"
[footer]
1="- %p -"

最新の20件

2021-03-31 2020-06-09 2020-05-30 2019-12-02 2018-10-18 2018-07-05 2018-01-11 2015-12-07 2015-08-03 2015-07-20 2012-07-19 2012-06-30 2012-06-23 2012-01-25 2011-11-09 2011-11-08 2011-10-02
  • xyzzy

今日の13件

  • counter: 326
  • today: 1
  • yesterday: 0
  • online: 1