unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42840: 26.3; See how this php file is colorized, Emacs 26
@ 2020-08-13  1:38 Amanda Ava Koci Pereira
  2020-08-13 15:12 ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Amanda Ava Koci Pereira @ 2020-08-13  1:38 UTC (permalink / raw)
  To: 42840

[-- Attachment #1: Type: text/plain, Size: 3804 bytes --]

From: AAKP@AMANDARICARDO.i-did-not-set--mail-host-address--so-tickle-me
To: bug-gnu-emacs@gnu.org
Subject: 26.3; See how this php file is colorized, Emacs 26
--text follows this line--

bug follows:

<br><br>


<?php

if("amanda_debug"!=$_GET['amor'])
{
if("true"!=$_GET["AR"])
{
echo "
<script>
location.href=\"http://nomade.sourceforge.net/?AR=true\";
</script>
";
}
}

?>


<br><br>

Anyway, thanks for alot for this amazing tools, I am relerning it after a
lot of years

and also give some clues on where can we find how to colorize c# files in
Emacs for windows

In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
 of 2019-08-29 built on CIRROCUMULUS
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Recent messages:
Checking 87 files in
c:/valquiria/koci_nosso_emacs_26/share/emacs/26.3/lisp/calc...
Checking 105 files in
c:/valquiria/koci_nosso_emacs_26/share/emacs/26.3/lisp/obsolete...
Checking for load-path shadows...done
Auto-saving...
<left-fringe> <drag-mouse-1> is undefined
Mark set [2 times]
Auto-saving...
Mark set
command-execute: Command attempted to use minibuffer while in minibuffer
ESC C-M-g is undefined
Quit
Configured using:
 'configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS THREADS LCMS2

Important settings:
  value of $LANG: PTB
  locale-coding-system: cp1252

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(help-mode pp shadow sort mail-extr emacsbug message rmc puny
format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils info mhtml-mode css-mode smie
color js advice json map imenu thingatpt cc-mode cc-fonts easymenu
cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs
sgml-mode seq byte-opt gv bytecomp byte-compile cconv dom cl-loaddefs
cl-lib dired dired-loaddefs tetris gamegrid elec-pair time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win
w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads w32notify w32 lcms2 multi-tty make-network-process
emacs)

Memory information:
((conses 16 155223 26136)
 (symbols 48 24282 0)
 (miscs 40 170 226)
 (strings 32 46934 2976)
 (string-bytes 1 1294412)
 (vectors 16 26030)
 (vector-slots 8 1315850 169032)
 (floats 8 235 385)
 (intervals 56 2455 21)
 (buffers 992 25))

[-- Attachment #2: Type: text/html, Size: 6690 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42840: 26.3; See how this php file is colorized, Emacs 26
  2020-08-13  1:38 bug#42840: 26.3; See how this php file is colorized, Emacs 26 Amanda Ava Koci Pereira
@ 2020-08-13 15:12 ` Stefan Kangas
  2020-08-13 15:16   ` Amanda Ava Koci Pereira
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2020-08-13 15:12 UTC (permalink / raw)
  To: Amanda Ava Koci Pereira; +Cc: 42840

tags 42840 + moreinfo
thanks

Amanda Ava Koci Pereira <arsoftware10@gmail.com> writes:

> bug follows:
>
> <br><br>
>
> <?php
>
> if("amanda_debug"!=$_GET['amor'])
> {
> if("true"!=$_GET["AR"])
> {
> echo "
> <script>
> location.href=\"http://nomade.sourceforge.net/?AR=true\";
> </script>
> ";
> }
> }
>
> ?>
>
> <br><br>

We don't have support for PHP in Emacs as far as I know.  There is a
third-party php-mode for Emacs which we can't merge for legal reasons.

So is this a bug in php-mode, or is it in Emacs?  If it is in Emacs,
could you explain how to reproduce the bug using "emacs -Q"?

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42840: 26.3; See how this php file is colorized, Emacs 26
  2020-08-13 15:12 ` Stefan Kangas
@ 2020-08-13 15:16   ` Amanda Ava Koci Pereira
  2020-08-13 15:48     ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Amanda Ava Koci Pereira @ 2020-08-13 15:16 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 42840

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

Thanks!

No, the bug isnot in Emacs, I have not found a bug IN emacs but in a Emacs
mode of handling php files, and it dont affect the job in any way

thank you and keep up the good work

AR

Em qui., 13 de ago. de 2020 às 12:12, Stefan Kangas <stefan@marxist.se>
escreveu:

> tags 42840 + moreinfo
> thanks
>
> Amanda Ava Koci Pereira <arsoftware10@gmail.com> writes:
>
> > bug follows:
> >
> > <br><br>
> >
> > <?php
> >
> > if("amanda_debug"!=$_GET['amor'])
> > {
> > if("true"!=$_GET["AR"])
> > {
> > echo "
> > <script>
> > location.href=\"http://nomade.sourceforge.net/?AR=true\";
> > </script>
> > ";
> > }
> > }
> >
> > ?>
> >
> > <br><br>
>
> We don't have support for PHP in Emacs as far as I know.  There is a
> third-party php-mode for Emacs which we can't merge for legal reasons.
>
> So is this a bug in php-mode, or is it in Emacs?  If it is in Emacs,
> could you explain how to reproduce the bug using "emacs -Q"?
>
> Best regards,
> Stefan Kangas
>

[-- Attachment #2: Type: text/html, Size: 1768 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42840: 26.3; See how this php file is colorized, Emacs 26
  2020-08-13 15:16   ` Amanda Ava Koci Pereira
@ 2020-08-13 15:48     ` Stefan Kangas
  2020-08-13 17:44       ` Amanda Ava Koci Pereira
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2020-08-13 15:48 UTC (permalink / raw)
  To: Amanda Ava Koci Pereira; +Cc: 42840

Amanda Ava Koci Pereira <arsoftware10@gmail.com> writes:

> Thanks!
>
> No, the bug isnot in Emacs, I have not found a bug IN emacs but in a Emacs
> mode of handling php files, and it dont affect the job in any way

Thank you for clarifying.  I suggest you report this issue to the
php-mode developers.  You should be able to find them by typing

   C-h P php-mode RET

Since this is not a bug in Emacs itself, there is nothing more for us to
do and I'm closing this bug now.

> thank you and keep up the good work

Thanks for using Emacs!

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#42840: 26.3; See how this php file is colorized, Emacs 26
  2020-08-13 15:48     ` Stefan Kangas
@ 2020-08-13 17:44       ` Amanda Ava Koci Pereira
  0 siblings, 0 replies; 5+ messages in thread
From: Amanda Ava Koci Pereira @ 2020-08-13 17:44 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 42840

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

Thanks for the tip!

Em qui., 13 de ago. de 2020 às 12:48, Stefan Kangas <stefan@marxist.se>
escreveu:

> Amanda Ava Koci Pereira <arsoftware10@gmail.com> writes:
>
> > Thanks!
> >
> > No, the bug isnot in Emacs, I have not found a bug IN emacs but in a
> Emacs
> > mode of handling php files, and it dont affect the job in any way
>
> Thank you for clarifying.  I suggest you report this issue to the
> php-mode developers.  You should be able to find them by typing
>
>    C-h P php-mode RET
>
> Since this is not a bug in Emacs itself, there is nothing more for us to
> do and I'm closing this bug now.
>
> > thank you and keep up the good work
>
> Thanks for using Emacs!
>
> Best regards,
> Stefan Kangas
>

[-- Attachment #2: Type: text/html, Size: 1151 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-13 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13  1:38 bug#42840: 26.3; See how this php file is colorized, Emacs 26 Amanda Ava Koci Pereira
2020-08-13 15:12 ` Stefan Kangas
2020-08-13 15:16   ` Amanda Ava Koci Pereira
2020-08-13 15:48     ` Stefan Kangas
2020-08-13 17:44       ` Amanda Ava Koci Pereira

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).