Bug 1236 - bug in site-start script
Summary: bug in site-start script
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: emacs-mode-xslide (show other bugs)
Version: unstable
Hardware: all Linux
: P4 minor
Assignee: Alex Ott
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-31 23:24 MSD by Alex Ott
Modified: 2009-05-10 09:31 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Ott 2002-08-31 23:24:25 MSD
В коде 
   (setq auto-mode-alist
        (append
        (list
            \'(\"\\.fo\" . xsl-mode)
            \'(\"\\.xsl\" . xsl-mode))
    auto-mode-alist))
из /etc/emacs/site-start.d/xslide.el
есть ошибка -- вместо \\.fo надо писать \\\\.fo
---

---

Comment 1 Alex Ott 2002-09-16 20:30:35 MSD
fixed in new version
Comment 2 Alex Ott 2002-09-16 20:30:35 MSD
fixed in new version
Comment 3 Alex Ott 2002-09-16 20:30:44 MSD
fixed
Comment 4 Alex Ott 2002-09-16 20:30:44 MSD
fixed