Bug 2357

Summary: wrong configuration in /etc/emacs/site-start.d
Product: Sisyphus Reporter: Sergey Vlasov <vsu>
Component: emacs-mode-tdtdAssignee: Alex Ott <ott>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P5 CC: cas, eugvv, msp, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Sergey Vlasov 2003-03-11 17:02:06 MSK
В пакете emacs-mode-tdtd-0.71-alt0.6 в файле /etc/emacs/site-start.d/tdtd.el имеются следующие ошибки:

1. Шаблоны для auto-mode-alist (\&quot;\\.dcl$\&quot; и т.п.) составлены неправильно - \'\\\' должны дублироваться; кроме того, в стандартных шаблонах вместо \&quot;$\&quot; используется \&quot;\\\\\'\&quot;.  Т.е. шаблоны должны выглядеть как \&quot;\\\\.dcl\\\\\'\&quot;.

2. Вызов (resize-minibuffer-mode) неуместен в этом файле, к тому же в GNU Emacs 21 эта функция объявлена устаревшей и приводит только к бесполезной загрузке файла с пустой её реализацией.

---

---

Comment 1 Alex Ott 2003-03-18 12:22:39 MSK
fix startup file
Comment 2 Alex Ott 2003-03-18 12:22:39 MSK
fix startup file
Comment 3 Sergey Vlasov 2003-03-20 18:08:14 MSK
Not enough \'\\\' again (same problem as #0002356)
Comment 4 Sergey Vlasov 2003-03-20 18:08:14 MSK
Not enough \'\\\' again (same problem as #0002356)
Comment 5 Alex Ott 2003-12-16 12:13:11 MSK
fixed
Comment 6 Sergey Vlasov 2004-01-26 20:42:25 MSK
Still not fixed in emacs-mode-tdtd-0.71-alt1 - shell eats '\' when processing
the RPM scripts.

This can be fixed by adding the '' quoting in the spec (man bash):

%__cat <<'__INIT__' >%modename-init.el
Comment 7 Alex Ott 2004-05-11 09:47:23 MSD
исправлено, теперь уже окончательно