From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7d94f65b8b8312e X-Google-Attributes: gid103376,public From: Samuel Tardieu Subject: Re: Save problem for ada-mode for Xemacs Date: 1997/03/28 Message-ID: #1/1 X-Deja-AN: 228985214 Sender: tardieu@esmeralda.enst.fr References: <333A4F50.4E16@reading.ac.uk> Organization: TELECOM Paris Newsgroups: comp.lang.ada Date: 1997-03-28T00:00:00+00:00 List-Id: >>>>> "William" == William Paul Berriss writes: William> I cannot Save my buffer!!! It just says untabify: done and William> the Save option in the File menu doesn't grey out. This is a known problem. Rolf Ebert gave a solution here some times ago. Modify ada-untabify-buffer in ada-mode.el to look like: (defun ada-untabify-buffer () ;; change all tabs to spaces (save-excursion (untabify (point-min) (point-max))) nil) Sam -- Samuel Tardieu -- sam@ada.eu.org