patchemacs-wiki, planner, and related modules - Patches: patch #4601, 'ConvertingAClass' is not...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4601: 'ConvertingAClass' is not recognised as a WikiName, this patch fixes that.

Submitter:  None
Submitted:  Sat 05 Nov 2005 06:46:04 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  mwolson Originator Email:  -email is unavailable-
Open/Closed:  Closed

Mon 21 Nov 2005 04:57:24 AM UTC, comment #2: 

Thanks!  I've modified emacs-wiki-name-regexp to do something like
this.

2005-11-21 04:54:08 GMT Michael Olson <mwolson@gnu.org> patch-143

    Summary:
      Make WikiName matching more flexible.
    Revision:
      emacs-wiki--main--1.0--patch-143

    * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Match names like
      ConvertingAClass and XMLSchema.  Thanks to Rory McCann for the initial
      patch and the heads up.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki-transition.el

Michael W. Olson <mwolson>
Group administrator
Sun 06 Nov 2005 01:28:25 AM UTC, comment #1: 

Me again. The patch I suggested will not fix names like XMLSchema (which would not be recognised as WikiNames in the original either), this patch fixes that. Ignore the above patch, this patch superceds it. Apply this to emacs-wiki-regexp.el of emacs wiki v2.70

263,264c263,268
<           emacs-wiki-regexp-lower "]+\\)+\\(#["
<           emacs-wiki-regexp-alnum "]+\\)?")
---

>           emacs-wiki-regexp-lower "]*\\)+\\(#["
>           emacs-wiki-regexp-alnum "]+\\)?"
>         "\\|\\<[" emacs-wiki-regexp-upper "]+[" emacs-wiki-regexp-lower
>         "]+\\([" emacs-wiki-regexp-upper "]+[" emacs-wiki-regexp-lower "]*\\)+"
>         "\\(#[" emacs-wiki-regexp-alnum "]+\\)?"
>         )

Rory McCann <rorymccann>
Sat 05 Nov 2005 06:46:04 PM UTC, original submission:  

The regex to match a WikiName will not match a name like 'ConvertingAClass'. The following patch applied to  emacs-wiki-regexps.el fixes this:

263c263
<           emacs-wiki-regexp-lower "]+\\)+\\(#["
---

>           emacs-wiki-regexp-lower "]*\\)+\\(#["

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-11-21 mwolson StatusNone Done
    Assigned toNone mwolson
    Open/ClosedOpen Closed
2005-11-05 None Carbon-Copy- Added rory --AT-- netsoc --DOT-- ucd --DOT-- ie

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code