Chmouel Boudjnah wrote:
(autoload '%{rname} "%{rname}" nil t) (setq auto-mode-alist (append
'(("\\\\.php3?\\\\'" . %{rname})) auto-mode-alist)) ---
Is the '%{rname} "%{rname}" normal ? Or is this why the mode is not
loaded ?
This should be done by the rpm when building since it's evaluated at
the build time (like most of the emacs mode).
Is the change :
- welcome to goreland:
s!
cat << EOF > file
%%{expand:%%(%%__cat %%{SOURCE1})}
EOF
!cat %SOURCE1 > file
the reason why replacement doesn't occur ?