[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Xemacs und PHP



Hallo Robert,

* Robert Rakowicz <b9001@rjap.de> [21-09-04 20:40]:
> ,----
> | ;; ===========================================================================
> | ;; PHP Mode
> | ;; ===========================================================================
> | (autoload 'php-mode "php-mode" "PHP Mode Eingeschaltet" t)
> | (add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode))
> | (add-to-list 'auto-mode-alist '("\\.php3\\'" . php-mode))
> | (add-to-list 'auto-mode-alist '("\\.php4\\'" . php-mode))
> `----

super, danke dir damit klappt es jetzt ganz gut.
Da ich cvs nutze, hab ich ediff noch ein bischen umgebaut, damit finde
ich die Farben besser, vielleicht kann es ja noch jemand anderer
brauchen:
(custom-set-faces
 '(ediff-even-diff-face-B ((((class color)) (:foreground "black" :background "green"))))
 '(ediff-even-diff-face-A ((((class color)) (:foreground "Black" :background "red"))))
 '(ediff-current-diff-face-A ((((class color)) (:foreground "firebrick" :background "gray"))))
 '(diff-changed-face ((t (:background "blue")))) 
 '(diff-header-face ((((class color) (background light)) (:background "BlanchedAlmond"))))
 '(ediff-odd-diff-face-B ((((class color)) (:foreground "Black" :background "green"))))
 '(ediff-odd-diff-face-A ((((class color)) (:foreground "black" :background "red"))))
 '(ediff-even-diff-face-Ancestor ((((class color)) (:foreground "White" :background "grey")))))


Kann man ediff eigentlich dazu bringen, wenn man das eine Fenster
scrollt (Fenster sind horizontal), dass das andere Fenster auch gleich
mitscrollt (so bei bei tkdiff)?

-- 
Gruss
Matthias



Reply to: