Git Product home page Git Product logo

mewde's People

Watchers

 avatar

mewde's Issues

imenu-add-to-menubar: The mode `CSS' does not support Imenu

What steps will reproduce the problem?
1. install emacsw3, copy directories and files
2. remove any w3m and auctex reference cause I don't have them installed

What is the expected output? What do you see instead?

just to test it

What version of the product are you using? On what operating system?

I am trying the curent version on windows XP

Please provide any additional information below.

when trying to open a new file, thus entering CSS mode, I get :
imenu-add-to-menubar: The mode `CSS' does not support Imenu


Original issue reported on code.google.com by cezar%[email protected] on 24 Aug 2007 at 5:16

should not parse syntactically the line immediately after <?PHP as 'topmost-intro-cont'

What steps will reproduce the problem?
1. open a new php file
2. type <?PHP, press <ENTER> or other keys which can produce a newline
3. type any legal statement at this line
4. `indent-according-to-mode' will treat this line as 'topmost-intro-cont'
(which should be 'topmost-intro') and as a result does not indent properly.

What is the expected output? What do you see instead?

treat syntactically the line after "<?PHP" as 'topmost-intro' instead of
'topmost-intro-cont'

What version of the product are you using? On what operating system?
1.4.1-nxhtml-mewde-additions on Emacs23@Linux with a cc-mode of version 5.31.6

Please provide any additional information below.
It seems that this can be solved by updating cc-mode to treat "<?PHP" as a
heuristic rule to give the line right after "<?PHP" as 'topmost-intro'. 
<pre>
;; CASE 5M: we are at a topmost continuation line
         (t
          (c-beginning-of-statement-1 (c-safe-position (point) paren-state))
          (let ((header-tag (buffer-substring-no-properties (- (point) 2)
(+ (point) 3))))
            (message header-tag)
            (if (or (string-equal header-tag "<?php")
                    (string-equal header-tag "<?PHP"))
                (progn
                  (c-add-syntax 'topmost-intro (c-point 'boi))
                  )
              (progn
                (when (c-major-mode-is 'objc-mode)
                  (setq placeholder (point))
                  (while (and (c-forward-objc-directive)
                              (< (point) indent-point))
                    (c-forward-syntactic-ws)
                    (setq placeholder (point)))
                  (goto-char placeholder))

                (c-add-syntax 'topmost-intro-cont (c-point 'boi)))
              )))
</pre>
But that's a rather ugly hack. Much better if it can be solved within php-mode.
Many Thanks!!


Original issue reported on code.google.com by [email protected] on 2 Nov 2008 at 3:54

php-mode doesn't do '//' comments correctly

What steps will reproduce the problem?
1. open a .php file
2. copy int it:

// this shouldn't break everything
function('observe')

What is the expected output? What do you see instead?
The // doesn't comment correctly, including allowing the single quote to
escape the comment.

What version of the product are you using? On what operating system?
uploaded on May 22, 2007, emacs

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 May 2008 at 11:01

Variable binding depth exceeds max-specpdl-size

What steps will reproduce the problem?
1. Copy 
2.
3.

What is the expected output? What do you see instead?
An error has occurred while loading `/home/daniel/.emacs':

error: "Variable binding depth exceeds max-specpdl-size"

To ensure normal operation, you should investigate the cause
of the error in your initialization file and remove it.  Start
Emacs with the `--debug-init' option to view a complete error
backtrace

What version of the product are you using? On what operating system?
GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
2007-08-28 on terranova, modified by Debian

Please provide any additional information below.
I have tried to set the max-specpdl-size (and max-lisp-eval) variables
higher (up to 1000,) but still the php-mode.el crashes Emacs. Tried using
the .emacs file provided, but other errors occur. It seems the author is
using Windows (eek.) 


Original issue reported on code.google.com by [email protected] on 6 Nov 2007 at 6:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.