| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
MajorModeMatcherDriver
| Instance Methods | |
|
Inherited from |
| Class Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
Scan for url protocol match. Determine if the protocol is enough to specify the major mode. This generally happens only when the major mode is a client of a specific server and not a generic editor. (E.g. MPDMode)
|
Scan for url filename match. Determine if the pathname matches some pattern that can identify the corresponding major mode.
|
Scan for a pattern match in the first bytes of the file. Determine if there is a 'magic' pattern in the first n bytes of the file that can associate it with a major mode.
|
Scan the first two lines of a file for an emacs mode specifier. Determine if an emacs mode specifier in the file can be associated with a major mode.
|
Scan the first lines of a file for a shell 'bangpath' specifier. Determine if a shell bangpath in the file can be associated with a major mode.
|
Use the mode's attemptOpen method to see if it recognizes the url.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:20 2008 | http://epydoc.sourceforge.net |