unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5867: [Aquamacs-bugs] Re: OSX:
       [not found] <5BA011C7-72F3-4252-B088-E9805B045E53@lostinparadise.net>
@ 2005-05-31  4:18 ` Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2005-05-31  4:18 UTC (permalink / raw)
  To: Robert Morse; +Cc: 5867, aquamacs-bugs

Does this fix it?

*** vhdl-mode.el	27 May 2005 10:21:39 -0400	1.30
--- vhdl-mode.el	30 May 2005 08:49:30 -0400	
***************
*** 7484,7490 ****
      (while (re-search-forward "\\(--.*\n\\|\"[^\"\n]*[\"\n]\\)\\|\\(\\([^/:<>=]\\)\\(:\\|=\\|<\\|>\\|:=\\|<=\\|>=\\|=>\\|/=\\)\\([^=>]\\|$\\)\\)" end t)
        (if (match-string 1)
  	  (goto-char (match-end 1))
! 	(replace-match "\\3 \\4 \\5")
  	(goto-char (match-end 4))))
      ;; eliminate multiple spaces and spaces at end of line
      (goto-char beg)
--- 7484,7496 ----
      (while (re-search-forward "\\(--.*\n\\|\"[^\"\n]*[\"\n]\\)\\|\\(\\([^/:<>=]\\)\\(:\\|=\\|<\\|>\\|:=\\|<=\\|>=\\|=>\\|/=\\)\\([^=>]\\|$\\)\\)" end t)
        (if (match-string 1)
  	  (goto-char (match-end 1))
! 	(save-excursion
! 	  (goto-char (match-beginning 4))
! 	  (unless (eq (preceding-char) ?\ )
! 	    (insert " "))
! 	  (goto-char (match-end 4))
! 	  (unless (eq (following-char) ?\ )
! 	    (insert " ")))
  	(goto-char (match-end 4))))
      ;; eliminate multiple spaces and spaces at end of line
      (goto-char beg)








^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-31  4:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5BA011C7-72F3-4252-B088-E9805B045E53@lostinparadise.net>
2005-05-31  4:18 ` bug#5867: [Aquamacs-bugs] Re: OSX: Richard Stallman

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).