<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyagi</author_name>
  <author_url>https://blog.hatena.ne.jp/kyagi/</author_url>
  <blog_title>8tree にっき</blog_title>
  <blog_url>https://kyagi.hatenadiary.org/</blog_url>
  <categories>
    <anon>Emacs</anon>
  </categories>
  <description>(タグジャンプの時のように) find-grep にカーソル位置のトークンを自動的に渡したくて、gtags-current-token を参考に、以下のような elisp を作っていたけど、これって thing-at-point でできるのね。 (defun my-get-current-token () (cond ((looking-at &quot;[0-9A-Za-z_-]&quot;) (while (looking-at &quot;[0-9A-Za-z_-]&quot;) (backward-char 1)) (forward-char 1)) (t (while (looking-at &quot;[ \t]&quot;) (forwa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkyagi.hatenadiary.org%2Fentry%2F20080627%2F1214573498&quot; title=&quot;カーソル位置のトークンを取得する - 8tree にっき&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-06-27 22:31:38</published>
  <title>カーソル位置のトークンを取得する</title>
  <type>rich</type>
  <url>https://kyagi.hatenadiary.org/entry/20080627/1214573498</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
