<p>Geany ships with <a href="http://www.geany.org/manual/current/index.html#default-global-tags-files">default global tags</a> for a few languages.</p>

<p>Personally, I find that the <a href="https://github.com/geany/geany/blob/master/data/tags/std.py.tags">Python tags</a> are more of a nuisance. Python is a heavily namespaced language: just because there is a function named <a href="https://github.com/geany/geany/blob/854a5d5af826c7dfbebc50dbcf687e508d7444c5/data/tags/std.py.tags#L1959"><code>check_value</code></a> somewhere in the Python standard library, doesn’t mean that <code>check_value</code> should be suggested as a completion everywhere in every Python file I edit.</p>

<p>So, I want to disable the default global tags for Python. But the only way I see of doing that is by removing the <code>$PREFIX/share/geany/std.py.tags</code> file. I think this is not very nice, because this should be a user-level, not system-level change.</p>

<p>There is the <code>-n</code> / <code>--no-ctags</code> runtime option, but it disables all global tags, whereas I only want to disable some.</p>

<p>Perhaps, ideally, if the user has a customized <code>std.py.tags</code> on their private config path, that should override the system-wide <code>std.py.tags</code> rather than extend it?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1099">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ0wxExZotHQjA33NNytjg-jTczq_ks5qQuvkgaJpZM4JBnOd">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7BuvNvgXqYiJ4ygeZnjh8G4RHsRks5qQuvkgaJpZM4JBnOd.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1099"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>