all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* etags failing with structure members
@ 2017-03-10  7:54 martin rudalics
  2017-03-10  9:21 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: martin rudalics @ 2017-03-10  7:54 UTC (permalink / raw)
  To: emacs-devel

An excerpt of the contents of my src/TAGS file after scanning the
`frame' structure with current master:

   ...
   bool_bf mouse_moved \x7f297,10416
   bool_bf pointer_invisible \x7f300,10495
   bool_bf frozen_window_starts \x7f304,10651
   ENUM_BF \x7f309,10870
   union output_data\x7f445,15670
     struct tty_output *tty;\x7ftty\x01447,15694
     struct x_output *x;\x7fx\x01448,15750
     struct w32_output *w32;\x7fw32\x01449,15803
     struct ns_output *ns;\x7fns\x01450,15858
     intptr_t nothing;\x7f451,15912
   output_data;\x7f453,15938
   ...

All taggable entries between

   ENUM_BF (output_method) output_method : 3;

#ifdef HAVE_WINDOW_SYSTEM
   /* See FULLSCREEN_ enum on top.  */
   ENUM_BF (fullscreen_type) want_fullscreen : 4;

   /* If not vertical_scroll_bar_none, we should actually
      display the scroll bars of this type on this frame.  */
   ENUM_BF (vertical_scroll_bar_type) vertical_scroll_bar_type : 2;

   /* Nonzero if we should actually display horizontal scroll bars on this frame.  */
   bool_bf horizontal_scroll_bars : 1;
#endif /* HAVE_WINDOW_SYSTEM */
   ...

and

   ...
   /* Canonical X unit.  Width of default font, in pixels.  */
   int column_width;

   /* Canonical Y unit.  Height of a line, in pixels.  */
   int line_height;

   /* The terminal device that this frame uses.  If this is NULL, then
      the frame has been deleted.  */
   struct terminal *terminal;

are missing.

martin



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

end of thread, other threads:[~2017-03-12 18:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10  7:54 etags failing with structure members martin rudalics
2017-03-10  9:21 ` Eli Zaretskii
2017-03-11 10:27   ` martin rudalics
2017-03-11 11:24     ` Eli Zaretskii
2017-03-11 15:42       ` John Yates
2017-03-11 16:37         ` Eli Zaretskii
2017-03-12 14:27       ` Alan Mackenzie
2017-03-12 15:39       ` Eli Zaretskii
2017-03-12 18:03         ` martin rudalics
2017-03-12 18:09           ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.