-
Correction for second argument of "explore":
mixed $index - a two-element array. A lone integer $N is interpreted as array($N, $N).
2009-07-09 16:01:05 UTC in GeSHi - Generic Syntax Highlighter
-
Hmm... the xplore function's second argument may be better as a two-element array as well.
2009-07-09 04:12:56 UTC in GeSHi - Generic Syntax Highlighter
-
Context: https://sourceforge.net/tracker/?func=detail&aid=2817741&group_id=114997&atid=670234
This is a proposal for GeSHi's extension API. Some parts are somewhat vague because not all details are known, and some have not been considered. For
example, all variables and functions would be best in a class(es), but this class's name is unknown. On the other hand, some specific...
2009-07-09 03:56:48 UTC in GeSHi - Generic Syntax Highlighter
-
Background: I'm in the early stages of implementing an on-site code browser to make copyleft compliance easier in the web context (any thoughts you have are eagerly invited). That is, I'm displaying the source of specified files, subject to security measures such as blacklists, whitelists, alternative files, and censored sections. I almost tried to automatically link internal paths such as PHP...
2009-07-07 02:47:42 UTC in GeSHi - Generic Syntax Highlighter
-
Aha, I think I understand now. That link is for the local copy, where that URL exists. Still, that's not very clear from reading the online copy. I thought there was a doc page I wasn't getting.
2009-06-09 20:27:42 UTC in phpMyAdmin
-
The first link at http://www.phpmyadmin.net/documentation/Documentation.html#setup_script gives:
1. Server: www.phpmyadmin.net
2. URL path: /documentation/setup/
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: NONE
7. Time: 2009-06-09 20:00:57 UTC (1244577657)
2009-06-09 20:08:58 UTC in phpMyAdmin
-
Actually, I read it about js2-mode (http://code.google.com/p/js2-mode/wiki/InstallationInstructions) and assumed a pattern. Now that I've installed a few modes, I see that Emacs allows a lot of flexibility to the installation process, but I'm used to extensions having a few standard steps (a la Firefox).
But now I'm back in the market (obsolete metaphor) for a PHP mode because php-mode can't...
2008-11-15 15:23:11 UTC in PHP mode for Emacs
-
I apparently need to take a break from everything to RTFM. (I empathize with the editor of EmacsWiki who claimed that it must have "been communicated by a martian...")
I get [No match] when trying to switch to the mode directly.
I have a suggestion for the Installation page in your manual... Provide an HTML bookmark where the .el file is obtained and link to it from the top for those who...
2008-11-15 02:34:18 UTC in PHP mode for Emacs
-
Emacs-newbie question... How do I apply the patch? Google stutters when I ask.
I'm also curious how I helped you find the -q bug, but maybe I would have to know Lisp to understand.
2008-11-14 19:52:42 UTC in PHP mode for Emacs
-
When I byte-compile php-mode.el with Emacs 22.2.1, I get the following warning:
In php-mode: php-mode.el:392:8:Warning: assignment to free variable
`add-log-current-defun-header-regexp'
When I subsequently load a .php file, it loads in Fundamental mode.
2008-11-10 21:32:34 UTC in PHP mode for Emacs