Home | History | Annotate | Download | only in misc

Lines Matching defs:marking

640 ;; The following variables are for marking translatable strings in program
641 ;; sources. KEYWORDS is the list of keywords for marking translatable
645 ;; describe where it is. MARKING-OVERLAY, if not 'nil', holds the overlay
653 (defvar po-marking-overlay)
682 gettext Keyword Marking Position Stack
835 "Source marking"
1090 (set (make-local-variable 'po-marking-overlay) (po-create-overlay))
2382 ;; Just "borrow" the marking overlay.
2383 (po-highlight po-marking-overlay (point) end))))
2549 ;;; String marking in program sources, through TAGS table.
2571 (po-dehighlight po-marking-overlay))
2603 (po-highlight po-marking-overlay start end buffer)))))
2642 ;; Save information for marking functions.
2658 (and po-highlighting (po-dehighlight po-marking-overlay))