unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5746: Minor ada-mode layout problem
@ 2010-03-21 11:32 Simon Wright
  2018-12-20 21:03 ` bug#5746: marking ada-mode bug 5746 as wontfix Stephen Leake
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Wright @ 2010-03-21 11:32 UTC (permalink / raw)
  To: 5746

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Package: emacs, ada-mode

In the attached, the positioning of the lines starting 'renames' depends on whether it's in a function or a procedure.

The layout in the 'procedure' version is fine.

This is with ada-mode-4.01 (and Carbon Emacs Winter 2010 (sic), Emacs 22.3.1).

--S



[-- Attachment #2: rename-layout-demo.adb --]
[-- Type: application/octet-stream, Size: 521 bytes --]

package body BC.Indefinite_Unmanaged_Containers.Collections is

   function Current_Item_Ptr (It : Collection_Iterator) return Item_Ptr is
      C : Collection'Class
     renames Collection'Class (It.For_The_Container.all);
   begin
      null;
   end Current_Item_Ptr;

   procedure Delete_Item_At (It : in out Collection_Iterator) is
      C : Collection'Class
        renames Collection'Class (It.For_The_Container.all);
   begin
      null;
   end Delete_Item_At;

end BC.Indefinite_Unmanaged_Containers.Collections;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#5746: marking ada-mode bug 5746 as wontfix
  2010-03-21 11:32 bug#5746: Minor ada-mode layout problem Simon Wright
@ 2018-12-20 21:03 ` Stephen Leake
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Leake @ 2018-12-20 21:03 UTC (permalink / raw)
  To: 5746

ada-mode 4.01 is now obsolete and will be removed from emacs 27; please
use 6.0.1 from GNU ELPA.

-- 
-- Stephe





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-20 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-21 11:32 bug#5746: Minor ada-mode layout problem Simon Wright
2018-12-20 21:03 ` bug#5746: marking ada-mode bug 5746 as wontfix Stephen Leake

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).