Opened 14 years ago

Closed 14 years ago

#258 closed bug (fixed)

missing font lock for type bigint

Reported by: gorzel Owned by: hannes
Priority: minor Milestone: 3-1-2 and higher
Component: dontKnow Version: 3-1-1
Keywords: Cc:

Description

ESingular does not highlight "bigint" since in singular.el line 402

(eval-when-compile
  (setq singular-font-lock-singular-types
	'("def" "ideal" "int" "intmat" "intvec" "link" "list" "map" "matrix"
	  "module" "number" "poly" "proc" "qring" "resolution" "ring" "string"
	  "vector")))

"bigint" is missing.

Furthermore: line 7 contains a CTRL-key

;;; Commentary:

^L
;;; Code:

It does not matter but is it correct?

P.S.: Topics for ESingular dont't have

an entry in the select-menu "Component" in trac here. For that reason I choose "dontKnow"

P.P.S:: If "Owner hannes" is not the right one,

who, in person, is the lisp master in KL?

Change History (1)

comment:1 Changed 14 years ago by hannes

Resolution: fixed
Status: newclosed

fixed. PS: new tickets should ALWAYS belong to somebody.

Note: See TracTickets for help on using tickets.