[புதன் ஆகஸ்ட் 14, 2024] Eli Zaretskii wrote: >> From: Visuwesh >> Cc: monnier@iro.umontreal.ca, 72405@debbugs.gnu.org, drew.adams@oracle.com >> Date: Wed, 14 Aug 2024 12:08:33 +0530 >> >> >> +evaluate %s`%s'. >> > ^^^^^ >> > This looks like a bug (I know it isn't, but it looks like one). Can >> > we instead use just %s here, and generate the full string, including >> > the "the variable" part, in the code that uses the format? >> > >> > Thanks. >> >> Is the attached patch fine? > > Yes, but please use 'if' rather than 'when'. Sorry, but I'm confused. I used 'when' because (concat nil "xxx") ;; => "xxx" But if you don't want to rely on this implicit behaviour, I turned the 'when' to 'if' in the attached patch. I hope this is what you meant.