comp.lang.ada
 help / color / mirror / Atom feed
From: Samuel Tardieu <sam@ada.eu.org>
Subject: Re: Save problem for ada-mode for Xemacs
Date: 1997/03/28
Date: 1997-03-28T00:00:00+00:00	[thread overview]
Message-ID: <qw6hghwuv7d.fsf@esmeralda.enst.fr> (raw)
In-Reply-To: 333A4F50.4E16@reading.ac.uk


>>>>> "William" == William Paul Berriss <W.P.Berriss@reading.ac.uk> 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




      reply	other threads:[~1997-03-28  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-27  0:00 Save problem for ada-mode for Xemacs William Paul Berriss
1997-03-28  0:00 ` Samuel Tardieu [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox