Bug 290806 - Kile structure view wrongly displays argument of \enquote as argument of \input or \include
Summary: Kile structure view wrongly displays argument of \enquote as argument of \inp...
Status: RESOLVED WORKSFORME
Alias: None
Product: kile
Classification: Applications
Component: general (show other bugs)
Version: 2.1.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 15:40 UTC by R (Chandra) Chandrasekhar
Modified: 2013-11-17 17:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
minimal working example screenshot (26.86 KB, image/png)
2012-01-06 15:40 UTC, R (Chandra) Chandrasekhar
Details
Wrong structure view seen with kile (6.59 KB, image/png)
2012-01-06 15:41 UTC, R (Chandra) Chandrasekhar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description R (Chandra) Chandrasekhar 2012-01-06 15:40:58 UTC
Created attachment 67513 [details]
minimal working example screenshot

Version:           2.1.0 (using KDE 4.7.3) 
OS:                Linux

Please see uploaded images of minimal doc and the resulting kile structure view. The file superfile.tex is a genuine .tex file; typical is simply the argument to enquote{} as \enquote{tyoical}. Yet the fake file typical.tex is listed wrongly in the structure view.

Reproducible: Always

Steps to Reproduce:
Type in this minimal file:
---
\documentclass{minimal}
\usepackage{csquotes}
\begin{document}
\section{One}
This is a \enquote{typical} error.
\include{superfile}
\section{Two}
This is a \textit{typical} error.
\end{document}
---
Changing the documentclass to memoir, article, etc., does not make a difference. As long as the "Show input files' option is ticked, it happens on my system.

Actual Results:  
See attached images.

Expected Results:  
I should not see typical.tex as an input file but I should see superfile.tex as an input file. Now both are seen.

Kubuntu 11.10 on AMD64.
Comment 1 R (Chandra) Chandrasekhar 2012-01-06 15:41:43 UTC
Created attachment 67514 [details]
Wrong structure view seen with kile
Comment 2 R (Chandra) Chandrasekhar 2012-01-06 18:20:54 UTC
Folks, I just renamed my ~/.kde/share/config/kilerc file and started kile afresh and the problem disappeared. So, pardon me for the noise; it was a false alarm.

Thanks to Torbjørn T at 

http://chat.stackexchange.com/rooms/2156/discussion-between-chandra-and-torbjorn-t

for helping me realize that the problem was not repeatable on his machine although we were running almost the same software.
Comment 3 dasaan.san 2013-11-03 13:15:56 UTC
Sounds like this should be closed seeing as the submitter is happy that it was an issue with his configuration file.