[Gd-chatter] [Bug 7348] dylan-end-of-defun (M-C-e) fails

bugzilla-daemon at gwydiondylan.org bugzilla-daemon at gwydiondylan.org
Sun Apr 8 06:32:58 CEST 2007


http://www.gwydiondylan.org/cgi-bin/bugzilla/show_bug.cgi?id=7348


gd-bugs at chris-page.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from gd-bugs at chris-page.org  2007-04-08 06:29 -------
Subversion Revision #11246:
Various improvements to Dylan mode:

- 7346: Created a new Dylan customization group and changed several variables
  into customization variables.

- 7346: Customizable variables that affect regular expression patterns weren't
  taking effect because they were set up at dylan-mode.el load time, before the
  variables were changed. Now we set up the patterns when dylan-mode is
invoked.

- 7028: Fontify local variables defined with "let" using the font-lock variable
  face instead of the function face.

- 7347: Eliminated the prompt to save abbrevs, which occurred when quitting
  Emacs after using Dylan mode. Abbreviations that are used privately by the
  mode implementation are now marked with the "system" flag so the user isn't
  prompted to save them.

- 7348: Fixed dylan-end-of-defun (M-C-e). It probably never worked, due to a
  typo.

- Renamed mark-dylan-function to dylan-mark-function.

- Renamed add-dylan-keyword to dylan-add-keyword.

- Use run-mode-hooks instead of run-hooks, as recommended. This adds support
for
  delayed hooks.

- Added and improved comments for a number of functions and variables.


-- 
Configure bugmail: http://www.gwydiondylan.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the chatter mailing list